fix: logo on banner bottom with small screens

This commit is contained in:
Adrien Marquès 2021-07-08 18:48:13 +02:00
parent 8ecab5c7be
commit d05b75a7c3
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 3 additions and 2 deletions

View File

@ -202,7 +202,6 @@
.headline {
font-weight: 400;
}
}
}
@ -210,8 +209,10 @@
// remove icon if less than $mq-noresize px wide
@media screen and (max-width: $mq-noicon){
#banner {
flex-direction: column;
.icon-wrapper {
display: none;
flex: auto;
order: 2;
}
}
}