adjust text-decoration parameters
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2edc279703
commit
6cebe0f3e0
1 changed files with 4 additions and 3 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue