parent
bf4b40924d
commit
626de07edb
@ -157,13 +157,13 @@ a.back-to-top {
|
|||||||
justify-content:space-between;
|
justify-content:space-between;
|
||||||
}
|
}
|
||||||
.flex2 > * {
|
.flex2 > * {
|
||||||
max-width:100%;
|
width:100%;
|
||||||
@include media($bp-small-up) {
|
@include media($bp-small-up) {
|
||||||
max-width:calc(50% - 1rem);
|
max-width:calc(50% - 1rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.flex3 > * {
|
.flex3 > * {
|
||||||
max-width:100%;
|
width:100%;
|
||||||
@include media($bp-small-up) {
|
@include media($bp-small-up) {
|
||||||
max-width:calc(33.33% - 1rem);
|
max-width:calc(33.33% - 1rem);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user