You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.
For the purpose of utilising space on the canvas, it would be beneficial if we allowed .content-main to @include span-columns(16 of 16); on desktop and @include span-columns(12 of 12); on tablet if .sidebar does not exist. At the moment it is restricted to 12 and 8 columns respectively because 4 are reserved for the sidebar, which restricts the area available in .content-main . The max line length applied to textual elements within .content-main on desktop further reduces the width available before wrapping occurs.
We have many pages on our site with no sidebar where we want to utilise 100% of the canvas area so I believe there is a use case.
For the purpose of utilising space on the canvas, it would be beneficial if we allowed
.content-main
to@include span-columns(16 of 16);
on desktop and@include span-columns(12 of 12);
on tablet if.sidebar
does not exist. At the moment it is restricted to 12 and 8 columns respectively because 4 are reserved for the sidebar, which restricts the area available in.content-main
. The max line length applied to textual elements within.content-main
on desktop further reduces the width available before wrapping occurs.We have many pages on our site with no sidebar where we want to utilise 100% of the canvas area so I believe there is a use case.
The text was updated successfully, but these errors were encountered: