Add margin-bottom for row elements
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
4159298574
commit
e2c4d8fb65
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,7 @@ h1 {margin-top: 3vh;}
|
|||
font-size: 10pt;
|
||||
opacity: 0.4;
|
||||
text-decoration: none;
|
||||
margin-bottom: -0.1cm;
|
||||
}
|
||||
.row-title {
|
||||
margin-top: 0.2cm;
|
||||
|
@ -205,6 +206,7 @@ h1 {margin-top: 3vh;}
|
|||
.propertyrow-value {
|
||||
margin-top: -0.2cm;
|
||||
text-decoration: none;
|
||||
margin-bottom: -0.1cm;
|
||||
}
|
||||
|
||||
.separator {height: 1px;}
|
||||
|
|
Loading…
Reference in a new issue