_layout.scss 87 B

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