From 120917aff0af1c275088a6df51c2b8909e319c80 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 10:59:20 +0200 Subject: Fix page styling --- src/templates/coins-designs.html.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl index 24e5232..33b0841 100644 --- a/src/templates/coins-designs.html.tmpl +++ b/src/templates/coins-designs.html.tmpl @@ -5,8 +5,6 @@ .country-grid { --button-min-width: 20ch; - row-gap: var(--spacing); - a { display: flex; padding-block: 1ch; @@ -14,7 +12,7 @@ > :first-child { text-align: left; font-weight: bold; - width: calc(var(--form-element-spacing-horizontal) + 2ch); + width: calc(var(--pico-form-element-spacing-horizontal) + 2ch); } } } @@ -22,11 +20,11 @@ {{ end }} {{ define "content" }} -
+
{{ template "navbar" . }}

{{ .Get "Euro Coin Designs" }}

-
+

{{ .Get "Here you’ll be able to view all the coin designs for each country in the Eurozone. This section of the site doesn’t include minor varieties such as different mintmarks or errors; those are on the {Link:l}varieties{-:E} page." (map "Link" "/coins/varieties") }} @@ -46,4 +44,4 @@ {{ end }}

-{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3