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 {
|
||||
border: none;
|
||||
margin: calc(var(--unit--vertical) * 2) 0;
|
||||
}
|
||||
|
||||
hr::before,
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue