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 {