We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A simple break down of it's usage, for dummies - such as myself.
75 % = 75 / 5 * 60 = 900 , 900px - 20px gutter (i.e 10px on each side) = 880px 45% = 45% / 5 * 60 = 540 , 540px - 20px gutter (i.e 10px on each side) = 520px
Additions are made in 60px (i.e 40px + 20px (10px on each side))
Examples include 75% (880px), 45% (520px), 35% (400px)
280px = 280 + 20px (gutter) / 60 * 5 = 25% 700px = 700 + 20px (gutter) / 60 * 5 = 60%
There was an error while loading. Please reload this page.