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;
}
.flex2 > * {
width:100%;
max-width:100%;
@include media($bp-small-up) {
max-width:calc(50% - 1rem);
}
}
.flex3 > * {
width:100%;
max-width:100%;
@include media($bp-small-up) {
max-width:calc(33.33% - 1rem);
}