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