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