mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
16 lines
182 B
CSS
16 lines
182 B
CSS
.login {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.login form {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.icon {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|