zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Remove fixed 1rem spacings on grid CSS. #815

Open waldemarfm opened 8 years ago

waldemarfm commented 8 years ago

Some spacing amounts were hardcoded to 1rem, making customization through $block-padding not work as expected.

By using $block-padding in all instances, it guarantees spacing consistency.

Fixes #669