From 60daaff65a306082d335feac58c52ec39bf36f85 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 9 Jun 2023 00:46:16 +0200 Subject: Add pages for specific denominations --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/style.css') 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; -- cgit v1.2.3