5 lines
188 B
CSS
5 lines
188 B
CSS
|
|
body {height: 100vh;}
|
||
|
|
header {display: none;}
|
||
|
|
#main, #mainContainer, #mainContent {height: 100%; padding: 0 !important; margin: 0 !important;}
|
||
|
|
#mainContainer {max-width: 100% !important;}
|