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;