layout.css 264 B

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