diff --git a/style.css b/style.css index 50c3cb1..1786df2 100644 --- a/style.css +++ b/style.css @@ -169,7 +169,6 @@ h1 {margin-top: 3vh;} .row { display: grid; grid-template-columns: 1fr 1cm; - text-decoration: none; align-items: center; min-height: 1.5cm; } @@ -178,15 +177,15 @@ h1 {margin-top: 3vh;} margin-top: -0.2cm; font-size: 10pt; opacity: 0.4; + text-decoration: none; } .row-title { margin-top: 0.2cm; - + text-decoration: none; } .propertyrow { display: grid; - text-decoration: none; align-items: center; height: 1.5cm; } @@ -195,9 +194,11 @@ h1 {margin-top: 3vh;} margin-top: 0.2cm; font-size: 10pt; opacity: 0.4; + text-decoration: none; } .propertyrow-value { margin-top: -0.2cm; + text-decoration: none; } .separator {height: 1px;}