mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
10 lines
99 B
CSS
10 lines
99 B
CSS
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--s-3);
|
|
}
|
|
|
|
.header svg {
|
|
width: 24px;
|
|
}
|