fix(SW-415): Align text in priceList

This commit is contained in:
Pontus Dreij
2024-11-10 09:20:19 +01:00
parent b527ab536b
commit 2c619a00f8
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
.priceRow {
display: flex;
justify-content: space-between;
align-items: flex-end;
align-items: baseline;
padding: var(--Spacing-x-quarter) 0;
}