8 lines
150 B
CSS
8 lines
150 B
CSS
main {
|
|
width: 100vw;
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-flow: column;
|
|
justify-content: flex-start;
|
|
overflow: hidden scroll;
|
|
} |