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 {
|
.row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1cm;
|
grid-template-columns: 1fr 1cm;
|
||||||
text-decoration: none;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 1.5cm;
|
min-height: 1.5cm;
|
||||||
}
|
}
|
||||||
|
@ -178,15 +177,15 @@ h1 {margin-top: 3vh;}
|
||||||
margin-top: -0.2cm;
|
margin-top: -0.2cm;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.row-title {
|
.row-title {
|
||||||
margin-top: 0.2cm;
|
margin-top: 0.2cm;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.propertyrow {
|
.propertyrow {
|
||||||
display: grid;
|
display: grid;
|
||||||
text-decoration: none;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 1.5cm;
|
height: 1.5cm;
|
||||||
}
|
}
|
||||||
|
@ -195,9 +194,11 @@ h1 {margin-top: 3vh;}
|
||||||
margin-top: 0.2cm;
|
margin-top: 0.2cm;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.propertyrow-value {
|
.propertyrow-value {
|
||||||
margin-top: -0.2cm;
|
margin-top: -0.2cm;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator {height: 1px;}
|
.separator {height: 1px;}
|
||||||
|
|
Loading…
Reference in a new issue