mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
14 lines
180 B
CSS
14 lines
180 B
CSS
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--s-4);
|
|
width: 100%;
|
|
max-width: 24rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--fonts-lg);
|
|
font-weight: bold;
|
|
}
|