From e2c4d8fb65b294d672d3c36b9b8f8d38a222cac5 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 29 Oct 2024 00:50:26 +0700 Subject: [PATCH] Add margin-bottom for row elements --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 9590287..3146a7e 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,7 @@ h1 {margin-top: 3vh;} font-size: 10pt; opacity: 0.4; text-decoration: none; + margin-bottom: -0.1cm; } .row-title { margin-top: 0.2cm; @@ -205,6 +206,7 @@ h1 {margin-top: 3vh;} .propertyrow-value { margin-top: -0.2cm; text-decoration: none; + margin-bottom: -0.1cm; } .separator {height: 1px;}