From 3bbb659980b4160055df03355d7a933ba211d0df Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Aug 2025 20:23:22 +0200 Subject: Add country name translations --- src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index e5df586..c72908b 100644 --- a/src/style.css +++ b/src/style.css @@ -222,8 +222,11 @@ nav ul > * { } header h1 { + display: flex; + flex-direction: column; font-size: 1.5rem; margin-bottom: 0; + line-height: 1.1; } header h3 { @@ -887,3 +890,7 @@ div .country-table:not(:first-child) { flex-direction: column; align-items: center; } + +.translation { + opacity: 50%; +} \ No newline at end of file -- cgit v1.2.3