article h4 : increase margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s

This commit is contained in:
isUnknown 2026-03-28 16:28:26 +01:00
parent a352c48eaa
commit 16b634aba3
5 changed files with 10 additions and 4 deletions

View file

@ -921,7 +921,7 @@ article h3 {
}
article h4 {
margin-top: calc(1 * var(--unit--vertical));
margin-top: calc(2 * var(--unit--vertical));
}
article li,