Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

_wrapper.scss 403B

123456789101112131415161718192021
  1. ///
  2. /// Stellar by HTML5 UP
  3. /// html5up.net | @ajlkn
  4. /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. ///
  6. /* Wrapper */
  7. #wrapper {
  8. width: _size(inner);
  9. max-width: calc(100% - 4em);
  10. margin: 0 auto;
  11. @include breakpoint('<=xsmall') {
  12. max-width: calc(100% - 2em);
  13. }
  14. @include breakpoint('<=xxsmall') {
  15. max-width: 100%;
  16. }
  17. }