template.scss 276 B

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