mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-26 14:57:46 +00:00
Update grid.css
This commit is contained in:
parent
935e8a9cde
commit
0f1ffcd9ce
1 changed files with 1 additions and 1 deletions
2
grid.css
2
grid.css
|
|
@ -433,9 +433,9 @@ img {
|
||||||
.column.half,
|
.column.half,
|
||||||
.column.one-third,
|
.column.one-third,
|
||||||
.column.one-fourth {
|
.column.one-fourth {
|
||||||
|
float: none;
|
||||||
margin: 2em 0 0 0;
|
margin: 2em 0 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column:first-child { margin-top: 0; }
|
.column:first-child { margin-top: 0; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue