Adjust min-height of header
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
6cfc2437d9
commit
2bb20a5f4b
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ li {
|
||||||
|
|
||||||
.heading-3 {
|
.heading-3 {
|
||||||
font-size: 28vw;
|
font-size: 28vw;
|
||||||
min-height: 28vw;
|
min-height: calc(28vw * 2.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue