Matthew Florentino de8e602fe1 style: fix bug
2025-11-14 14:45:29 +07:00

11 lines
204 B
CSS

.container-login {
display: flex;
width: 100%;
height: 100dvh;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container-login h1 {
font-size: 100px;
}