Make layout full-width responsive
This commit is contained in:
@@ -39,7 +39,8 @@ pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
div#page {
|
||||
width: 900px;
|
||||
/* Full-width, responsive container */
|
||||
width: min(100vw, 1600px);
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user