From 6cebe0f3e09075dd88b71afa01d30061bfaeb24a Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 28 Oct 2024 22:53:49 +0700 Subject: [PATCH] adjust text-decoration parameters --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;}