Use flex-start instead of start

This commit is contained in:
Gabe Kangas
2023-01-15 23:13:38 -08:00
parent 2853752937
commit c88c90881a

View File

@@ -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);