template.scss 252 B

1234567891011
  1. // Narrower container for Hello World sections (primarily Blank widget content).
  2. @media (min-width: 1200px) {
  3. .home-section .container {
  4. max-width: 880px;
  5. }
  6. }
  7. @media (min-width: 992px) {
  8. .home-section .container {
  9. max-width: 880px;
  10. }
  11. }