9 lines
173 B
CSS
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;
|
|
}
|