_layout.scss 85 B

123456789
  1. /** === Layout === */
  2. #page {
  3. width: 100%;
  4. }
  5. .site-content {
  6. overflow: hidden;
  7. }