layout.pcss.css 297 B

12345678910111213141516171819202122
  1. /**
  2. * Add spacing to top and bottom of pages.
  3. */
  4. .page-content {
  5. margin-top: 1.5rem;
  6. margin-bottom: 80px;
  7. }
  8. @media screen and (min-width: 38em) {
  9. .page-content {
  10. margin-top: 2rem;
  11. }
  12. }
  13. /**
  14. * Add color to layout icons.
  15. */
  16. .layout-icon__region {
  17. fill: #f5f5f2;
  18. stroke: #666;
  19. }