Files
NwaifuWeb/src/app/app.component.less
2024-03-07 00:17:34 +03:00

10 lines
168 B
Plaintext

.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
min-height: 100vh;
background-color: #303952;
}