simplify grid for now
This commit is contained in:
parent
4d949b5922
commit
09c5659d07
@ -9,12 +9,9 @@
|
||||
// We are implementing a simple flexbox row/column system
|
||||
|
||||
@mixin grid-row {
|
||||
@include media($medium-screen) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
max-width: $site-max-width;
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
@mixin grid-pad {
|
||||
|
Loading…
x
Reference in New Issue
Block a user