7 lines
98 B
CSS
7 lines
98 B
CSS
.main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
min-height: 100dvh;
|
|
}
|