From c7dc5a4823992546ce593239c9f41f2616c07b5b Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 28 Oct 2024 22:15:54 +0700 Subject: [PATCH] replace listinfo with propertyrow --- style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0156452..43bdc0a 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,8 @@ h1 {margin-top: 3vh;} opacity: 0.7; } + + .pronouns { font-size: 10pt; opacity: 0.5; @@ -164,12 +166,20 @@ h1 {margin-top: 3vh;} min-height: 1.5cm; } -.listinfo { +.propertyrow { display: grid; - grid-template-columns: 1fr 1fr; text-decoration: none; align-items: center; - min-height: 1.5cm; + height: 1.5cm; +} + +.propertyrow-property { + margin-top: 0.2cm; + font-size: 10pt; + opacity: 0.4; +} +.propertyrow-value { + margin-top: -0.2cm; } .separator {height: 1px;}