summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-10 20:23:22 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-10 20:23:22 +0200
commit3bbb659980b4160055df03355d7a933ba211d0df (patch)
treec00625c5b69db77a3dec771f07871b030bfec5ae /src/style.css
parent2ebbe2e33234c25dc03c24a5f95c84fa3f52bcdf (diff)
Add country name translations
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css7
1 files changed, 7 insertions, 0 deletions
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