mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-03-15 23:49:39 +01:00
Add a missing 70% column to the column values from milligram's flexbox layout.
This commit is contained in:
parent
92b249a9cb
commit
07446b5bd9
@ -460,6 +460,12 @@ main section {
|
||||
}
|
||||
|
||||
|
||||
.row .column.column-70 {
|
||||
flex: 0 0 70%;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.row .column.column-75 {
|
||||
flex: 0 0 75%;
|
||||
max-width: 75%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user