mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +00:00
Merge pull request #1 from Gavrisimo/patch-1
Remove float from .column on screens <=640px
This commit is contained in:
commit
935e8a9cde
1 changed files with 1 additions and 0 deletions
1
grid.css
1
grid.css
|
|
@ -435,6 +435,7 @@ img {
|
||||||
.column.one-fourth {
|
.column.one-fourth {
|
||||||
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