From 9dc1797c1534aa8ef1e86bed29e3f0f0dc3f8e88 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 25 Jul 2024 18:56:03 +0200 Subject: Add native-language country names --- src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 7253503..6d00b54 100644 --- a/src/style.css +++ b/src/style.css @@ -226,6 +226,12 @@ header h1 { margin-bottom: 0; } +header h3 { + margin-top: 0; + display: flex; + justify-content: space-between; +} + header p { color: lightgrey; } -- cgit v1.2.3