From af93df305f4ae081ae4d18a6071e87b370021994 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 29 Oct 2024 00:02:16 +0700 Subject: [PATCH] Add row-title-no-subtitle --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 1786df2..a696ae6 100644 --- a/style.css +++ b/style.css @@ -184,6 +184,12 @@ h1 {margin-top: 3vh;} text-decoration: none; } +.row-title-no-subtitle { + display: grid; + align-items: center; + text-decoration: none; +} + .propertyrow { display: grid; align-items: center;