0

Quick question for Foundation 4 SCSS users: Is there a setting in the _config.scss file for Foundation 4 to set minimum width of the grid? I've looked but haven't seen anything. Or do I just have to do it manually in my own styles? Thanks!

4

1 回答 1

0

在您的foundation_and_overides.scss文件中,您可以修改以下选项:

// Grid Variables

$row-width: 70em;
$column-gutter: 1.875em;
$total-columns: 12;
于 2013-08-23T03:14:51.657 回答