6 lines
66 B
CSS
6 lines
66 B
CSS
main {
|
|
min-height: 100vh;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|