adjust text-decoration parameters
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-28 22:53:49 +07:00
parent 2edc279703
commit 6cebe0f3e0

View file

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