mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-21 03:54:14 -05:00
19 lines
245 B
CSS
19 lines
245 B
CSS
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--s-6);
|
|
width: 100%;
|
|
max-width: 24rem;
|
|
margin: 0 auto;
|
|
|
|
&.fullWidth {
|
|
margin: 0;
|
|
max-width: none;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-lg);
|
|
font-weight: var(--weight-extra);
|
|
}
|