Skip to content
Snippets Groups Projects

Modify theme to span entire width of the browser window

Merged Alex Iribarren requested to merge fullwidth into master
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 14
0
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
Loading