diff options
-rw-r--r-- | src/templates/coins-designs.html.tmpl | 2 | ||||
-rw-r--r-- | src/templates/language.html.tmpl | 2 | ||||
-rw-r--r-- | static/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl index 8cd8c84..87cf1f1 100644 --- a/src/templates/coins-designs.html.tmpl +++ b/src/templates/coins-designs.html.tmpl @@ -9,7 +9,7 @@ (map "Link" "/coins/varieties") }} </p> <hr /> - <div class="country-grid"> + <div class="button-grid country-grid"> {{ $p := .Printer }} {{ range .Countries }} <a diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl index 768190c..1f0cd1e 100644 --- a/src/templates/language.html.tmpl +++ b/src/templates/language.html.tmpl @@ -79,7 +79,7 @@ {{ $p := index . 0 }} {{ $ez := index . 1 }} <form action="/language" method="POST"> - <div class="lang-grid"> + <div class="button-grid lang-grid"> {{ range locales }} {{ if eq $ez .Eurozone }} <button diff --git a/static/style.css b/static/style.css index 3f0ac91..2b778f1 100644 --- a/static/style.css +++ b/static/style.css @@ -2157,7 +2157,7 @@ textarea, margin-top: var(--block-spacing-vertical); } -.country-grid, .series-grid, .lang-grid { +.button-grid { display: grid; grid-template-columns: repeat( auto-fit, |