summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
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;