From 730eb7758a62b7cd8af73fc5df8592a00a3b3fe1 Mon Sep 17 00:00:00 2001 From: James Pattinson Date: Fri, 26 Jun 2026 08:21:09 -0400 Subject: [PATCH] Mobile tidy-ups --- src/components/FuelPricesWidget.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/FuelPricesWidget.astro b/src/components/FuelPricesWidget.astro index 6ff9015..48a9666 100644 --- a/src/components/FuelPricesWidget.astro +++ b/src/components/FuelPricesWidget.astro @@ -65,7 +65,7 @@ function formatVatLabel(value: unknown): string { } .fuel-service-notes { - margin: 0 0 1.1rem; + margin: 0 0 1.9rem; } .fuel-service-notes p { @@ -77,7 +77,10 @@ function formatVatLabel(value: unknown): string { } .fuel-contact-link { - margin-top: 0.35rem; + display: flex; + width: fit-content; + margin-top: 0.55rem; + margin-inline: auto; } .fuel-more-info {