mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 21:34:28 -05:00
5 lines
77 B
CSS
5 lines
77 B
CSS
.divider {
|
|
margin-top: var(--s-4);
|
|
margin-bottom: calc(var(--s-2) * -1);
|
|
}
|