Files
2026-08-02 17:55:21 +00:00

13 lines
208 B
CSS

#main {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.settings-container {
min-width: 800px;
padding: 10px;
border-radius: 5px;
}