0

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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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