2025-04-02 13:24:56 +05:30

9 lines
173 B
CSS

.misc-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: calc(100vh - 1.5rem * 2);
text-align: center;
}