phoenix/assets/css/auth.css

25 lines
308 B
CSS
Raw Permalink Normal View History

2023-04-06 10:36:11 +05:00
.page {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
form {
width: 100%;
padding: 0 1em;
}
input,
button {
width: 100%;
margin-top: 10px;
}
@media screen and (min-width: 600px) {
form {
max-width: 400px;
}
}