Fix weird bug

This commit is contained in:
Julien Constant 2023-03-12 13:17:36 +01:00
parent fd2e7b1bdc
commit 79e7fcf15e
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -4,7 +4,6 @@
box-shadow: 3px 3px 3px 0 #dfdfdf; box-shadow: 3px 3px 3px 0 #dfdfdf;
border-radius: 0; border-radius: 0;
width: 100%; width: 100%;
min-height: 75px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
@ -19,10 +18,6 @@
justify-content: space-between; justify-content: space-between;
} }
@media (max-width: 400px) {
flex-direction: column;
}
&-logo { &-logo {
display: flex; display: flex;
flex-direction: row; flex-direction: row;