divider block : increase vertical margin
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-23 21:07:30 +01:00
parent bfec3daef1
commit 8ea5f0c462
3 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ main {
hr {
border: none;
margin: calc(var(--unit--vertical) * 2) 0;
}
hr::before,

View file

@ -49,6 +49,7 @@ main {
} */
hr {
border: none;
margin: calc(var(--unit--vertical) * 2) 0;
}
hr::before,

File diff suppressed because one or more lines are too long