mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-02 00:23:57 -05:00
13 lines
198 B
CSS
13 lines
198 B
CSS
.eventsListHeader {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
gap: var(--s-2);
|
|
margin-block-end: var(--s-2);
|
|
}
|
|
|
|
.subNav {
|
|
justify-content: start;
|
|
}
|