From ea582dd986c1c9d9f824b4f56f027ec6f552825f Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 28 Oct 2024 22:26:12 +0700 Subject: [PATCH] Add row css class --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 43bdc0a..bc3380b 100644 --- a/style.css +++ b/style.css @@ -166,6 +166,14 @@ h1 {margin-top: 3vh;} min-height: 1.5cm; } +.row { + display: grid; + grid-template-columns: 1fr 1cm; + text-decoration: none; + align-items: center; + min-height: 1.5cm; +} + .propertyrow { display: grid; text-decoration: none;