Use flex-start instead of start
This commit is contained in:
parent
2853752937
commit
c88c90881a
@ -66,7 +66,7 @@
|
||||
.replacementBar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
|
||||
@include screen(tablet) {
|
||||
height: var(--replacement-bar-height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user