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/euro/index.ccoins.gsp | 5 ++++- src/style.css | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp index a8dcc00..ae16426 100644 --- a/src/euro/index.ccoins.gsp +++ b/src/euro/index.ccoins.gsp @@ -16,7 +16,10 @@ html lang="en" { section { header { h1 {-__demonym Euro Coins} - p {-__percentage} + h3 { + span {-__altnames} + span {-__percentage} + } } } 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