Reputation: 8341
Using the standard out of the box configuration for Zurb Foundation on a page that has a large number of labels and input boxes.
I am trying to figure out the best way to "compress" the page vertically yet maintain legibility.
Is there a proper or best way to do this while maintaining the responsiveness of Foundation?
Upvotes: 0
Views: 47
Reputation: 7326
It depends. Do you want the change globally across the entire project? If so, then ideally you would update the project's Scss settings. If not, then just add an overriding style that is specific to your page.
Upvotes: 0
Reputation: 796
The proper way to do this is using the framework in its "sass" variant, so you can edit the _settings.scss
file where you can find vars for almost every aspect, you can then:
Hope this helps
Upvotes: 1