6 lines
83 B
CSS
6 lines
83 B
CSS
.layout {
|
|
min-height: 100dvh;
|
|
max-width: var(--max-width);
|
|
margin: 0 auto;
|
|
}
|