mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
7 lines
117 B
CSS
7 lines
117 B
CSS
.join__buttons {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: var(--s-2);
|
|
padding-block-start: var(--s-4);
|
|
}
|