ddstats-server/src/sass/landing.scss

21 lines
277 B
SCSS

@use "partials/palette.scss";
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20vh 2rem;
}
header, h1 {
text-align: center;
}
h1 {
color: palette.$text;
}
input {
width: min(75ch, 80vw);
}