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;}