mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-08-14 01:54:12 +02:00
Add a missing 70% column to the column values from milligram's flexbox layout.
This commit is contained in:
@@ -460,6 +460,12 @@ main section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.row .column.column-70 {
|
||||||
|
flex: 0 0 70%;
|
||||||
|
max-width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.row .column.column-75 {
|
.row .column.column-75 {
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
|
Reference in New Issue
Block a user