Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Layout Gutters Are Confusing #41

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

When using $gutter you'd think the TOTAL gutter width would be 1rem however it's actually 2rem because the $gutter value is applied to the padding of EVERY block. We should update this to use $gutter-type / 2 when adding padding so the total gutter width is what the developer defines in the config file.