From 82687ee535a2ba556f9d91468f2096b37b28c5d9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 8 Nov 2025 23:14:14 +0100 Subject: Do some minor restyling of coin design pages --- static/style-2.css | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'static') diff --git a/static/style-2.css b/static/style-2.css index 2ce8d95..6136298 100644 --- a/static/style-2.css +++ b/static/style-2.css @@ -2866,12 +2866,9 @@ textarea, /* CUSTOM FEATURES */ -/* Intended for use in constructions such as: - *

- * Austrian National Bank
- * Oesterreichische Nationalbank - *

- */ +:root { + --euro-cash-design-width: 30%; +} /* TODO: Just use a hamburger menu on mobile! */ @media (max-width: 1024px) { @@ -2880,6 +2877,15 @@ textarea, } } +/* Intended for use in constructions such as: + *

+ * Austrian National Bank
+ * + * Oesterreichische Nationalbank + * + *

+ */ + :has(> .translation) { line-height: 1.1; } @@ -2930,10 +2936,6 @@ article article { background: var(--pico-background-color); } -:root { - --euro-cash-design-width: 30%; -} - .design-container { display: flex; justify-content: space-around; @@ -2948,6 +2950,10 @@ article article { } } +figure { + margin-bottom: var(--pico-typography-spacing-vertical); +} + figcaption { text-align: center; } -- cgit v1.2.3