summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-09 00:46:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-09 00:46:16 +0200
commit60daaff65a306082d335feac58c52ec39bf36f85 (patch)
tree11b3fb8274d190c822c8a55914ec69c1f060e682 /src/style.css
parent3701a2c84534fc6c4a00a0466ff2cc36874d4328 (diff)
Add pages for specific denominations
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index f804ecd..4868b3f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -481,6 +481,10 @@ main section {
border-radius: 0 0 8px 8px;
}
+div .country-table:not(:first-child) {
+ margin-top: 3rem;
+}
+
.country-table {
background-color: var(--tertiary-color);
border-radius: 16px;