divider block : increase vertical margin
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
bfec3daef1
commit
8ea5f0c462
3 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ main {
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: calc(var(--unit--vertical) * 2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr::before,
|
hr::before,
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ main {
|
||||||
} */
|
} */
|
||||||
hr {
|
hr {
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: calc(var(--unit--vertical) * 2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr::before,
|
hr::before,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue