fix: logo on banner bottom with small screens
This commit is contained in:
parent
8ecab5c7be
commit
d05b75a7c3
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue