extra.css 296 B

123456789101112131415
  1. /*Mod to increase the maximum page width*/
  2. @media only screen and (min-width: 76.25em) {
  3. .md-main__inner {
  4. max-width: 145em;
  5. }
  6. .md-sidebar--primary {
  7. left: 0;
  8. }
  9. .md-sidebar--secondary {
  10. right: 0;
  11. margin-left: 0;
  12. -webkit-transform: none;
  13. transform: none;
  14. }
  15. }