mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-21 12:03:31 -05:00
17 lines
228 B
CSS
17 lines
228 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: var(--s-4);
|
|
}
|
|
|
|
.tabs {
|
|
width: 100%;
|
|
}
|
|
|
|
.dataCredit {
|
|
font-size: var(--font-2xs);
|
|
color: var(--color-text-high);
|
|
text-decoration: underline;
|
|
}
|