summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-07-25 18:56:03 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-07-25 18:56:03 +0200
commit9dc1797c1534aa8ef1e86bed29e3f0f0dc3f8e88 (patch)
treedaade9aefb30940ad840b17ce79910149279c60b /src/style.css
parent1923b3868266392458888d088028fc7669b10793 (diff)
Add native-language country names
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css6
1 files changed, 6 insertions, 0 deletions
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;
}