Revert "fix .flexx"

This reverts commit c98fb7595f.
This commit is contained in:
chankalan 2021-09-07 11:23:41 +02:00
parent bf4b40924d
commit 626de07edb
1 changed files with 2 additions and 2 deletions

View File

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