- Issue created by @tevkar
All I want is to utilize the whole screen width. Tried to update sass/layouts/layout-center/_layout-center.scss
max-width: 1140px + $zen-gutters;
to
max-width: calc(100% + #{$zen-gutters});
I can't see any effect of this though.
Active
6.0
Component markup (CSS/Sass/HTML/Twig)