Fixed what seems to be a numerical mistake. 336 + 48 = 384 but is given as 348.
This commit is contained in:
parent
b7ae333d07
commit
8a719ccff0
2
stylesheets/skeleton.css
vendored
2
stylesheets/skeleton.css
vendored
@ -113,7 +113,7 @@
|
||||
.container .offset-by-five { padding-left: 240px; }
|
||||
.container .offset-by-six { padding-left: 288px; }
|
||||
.container .offset-by-seven { padding-left: 336px; }
|
||||
.container .offset-by-eight { padding-left: 348px; }
|
||||
.container .offset-by-eight { padding-left: 384px; }
|
||||
.container .offset-by-nine { padding-left: 432px; }
|
||||
.container .offset-by-ten { padding-left: 480px; }
|
||||
.container .offset-by-eleven { padding-left: 528px; }
|
||||
|
Loading…
Reference in New Issue
Block a user