mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +00:00
updates fourth to 25%
This commit is contained in:
parent
3509041174
commit
8f43b3aee0
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ On larger screens, columns gain `float: left` in order to stack content horizont
|
||||||
.column.two-thirds { width: 66.7%; }
|
.column.two-thirds { width: 66.7%; }
|
||||||
.column.half { width: 50%; }
|
.column.half { width: 50%; }
|
||||||
.column.third { width: 33.3%; }
|
.column.third { width: 33.3%; }
|
||||||
.column.fourth { width: 24.95%; }
|
.column.fourth { width: 25%; }
|
||||||
.column.flow-opposite { float: right; }
|
.column.flow-opposite { float: right; }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
2
grid.css
2
grid.css
|
|
@ -113,7 +113,7 @@ section:first-of-type { border-top: none; }
|
||||||
.column.two-thirds { width: 66.7%; }
|
.column.two-thirds { width: 66.7%; }
|
||||||
.column.half { width: 50%; }
|
.column.half { width: 50%; }
|
||||||
.column.third { width: 33.3%; }
|
.column.third { width: 33.3%; }
|
||||||
.column.fourth { width: 24.95%; }
|
.column.fourth { width: 25%; }
|
||||||
.column.flow-opposite { float: right; }
|
.column.flow-opposite { float: right; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue