feat/login #4

Merged
5803025046 merged 3 commits from feat/login into dev 2025-11-17 21:18:17 -05:00
Showing only changes of commit e3dc5c9516 - Show all commits

View File

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