_layout.scss 239 B

123456789101112131415
  1. // Layout
  2. //
  3. // Styles for managing the structural hierarchy of the site.
  4. .container {
  5. max-width: 38rem;
  6. padding-left: 1.5rem;
  7. padding-right: 1.5rem;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11. footer {
  12. margin-bottom: 2rem;
  13. }