nomilo/public/styles/login.css

14 lines
145 B
CSS
Raw Normal View History

2023-02-22 12:52:41 +00:00
form {
flex-grow: 1;
2023-02-23 12:21:19 +00:00
max-width: 40ch;
margin: 25vh auto 0 auto;
}
main {
flex-direction: row;
}
h1 {
text-align: center;
2023-02-22 12:52:41 +00:00
}