fix .flexx

This commit is contained in:
chankalan 2021-09-07 10:39:41 +02:00
parent d2a0af6b47
commit c98fb7595f
1 changed files with 2 additions and 2 deletions

View File

@ -157,13 +157,13 @@ a.back-to-top {
justify-content:space-between; justify-content:space-between;
} }
.flex2 > * { .flex2 > * {
width:100%; max-width:100%;
@include media($bp-small-up) { @include media($bp-small-up) {
max-width:calc(50% - 1rem); max-width:calc(50% - 1rem);
} }
} }
.flex3 > * { .flex3 > * {
width:100%; max-width:100%;
@include media($bp-small-up) { @include media($bp-small-up) {
max-width:calc(33.33% - 1rem); max-width:calc(33.33% - 1rem);
} }