Sunday, 15 September 2013

Zurb foundation grid calculations not working correctly

Zurb foundation grid calculations not working correctly

I've setup the grid in _settings.scss and it isn't going quite as wide as
it should. I want a 980px width grid and it's only spanning 960px. I'm
wondering what I'm doing wrong. Here are the default settings I have:
$base-font-size: 14px !default;
$em-base: $base-font-size !default;
$row-width: 980px;
$column-gutter: 14px;
$total-columns: 12;
Can anyone see why my columns aren't spanning their expected width? A
single column should be 81.66px but it's currently only showing as 81.33px
Thanks for any help

No comments:

Post a Comment