html - Foundation 5 - 1170 grid calculated incorrectly -


i've started learning foundation 5 , i've got app uses 1170 grid, 70px columns , 30px gutters (70 * 12 + 30 * 11 = 1170). altho when enter default values foundation _settings.scss file:

$row-width: rem-calc(1170); $column-gutter: rem-calc(30); $total-columns: 12;

but instead of having 70px width columns, single column has width of 97px. knows how gets calculated, maybe i'm missing settings variables? in advance.

i've figured out in chome example, generates 68px column 15px padding left , right. way make left , right container padding dissapear?

i've figured problem out.

it turns out foundations 1170 grid, 1200px grid 15px margins both sides of every columns. it's actualy idea considering want keep outside margins lower resolutions frame gutter.

so solution have $row-width set 1200.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -