Files
picrinth-admin/src/pages/acccount/account.css
2025-09-23 10:55:46 +03:00

15 lines
202 B
CSS

.account {
display: flex;
width: 100vw;
height: 100vh;
max-width: 100%;
}
.account-content {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}