From 2edc279703b59f66495c87cb2c060b5af9151917 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 28 Oct 2024 22:47:20 +0700 Subject: [PATCH] Add row-title, row-subtitle --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index bc3380b..50c3cb1 100644 --- a/style.css +++ b/style.css @@ -174,6 +174,16 @@ h1 {margin-top: 3vh;} min-height: 1.5cm; } +.row-subtitle { + margin-top: -0.2cm; + font-size: 10pt; + opacity: 0.4; +} +.row-title { + margin-top: 0.2cm; + +} + .propertyrow { display: grid; text-decoration: none;