Mobile tidy-ups

This commit is contained in:
2026-06-26 08:21:09 -04:00
parent c43e4acc32
commit 730eb7758a
+5 -2
View File
@@ -65,7 +65,7 @@ function formatVatLabel(value: unknown): string {
} }
.fuel-service-notes { .fuel-service-notes {
margin: 0 0 1.1rem; margin: 0 0 1.9rem;
} }
.fuel-service-notes p { .fuel-service-notes p {
@@ -77,7 +77,10 @@ function formatVatLabel(value: unknown): string {
} }
.fuel-contact-link { .fuel-contact-link {
margin-top: 0.35rem; display: flex;
width: fit-content;
margin-top: 0.55rem;
margin-inline: auto;
} }
.fuel-more-info { .fuel-more-info {