9 lines
188 B
CSS
9 lines
188 B
CSS
.page {
|
|
background-color: var(--Base-Background-Primary-Normal);
|
|
min-height: 50dvh;
|
|
max-width: var(--max-width);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|