mirror of
https://github.com/samsonjs/grid.git
synced 2026-03-25 09:05:51 +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 {
|
||||
margin: 2em 0 0 0;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.column:first-child { margin-top: 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue