You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
169B

  1. header {
  2. padding: 2rem 0;
  3. nav {
  4. max-width: 1000px;
  5. margin: 0 auto;
  6. }
  7. }
  8. footer {
  9. text-align: center;
  10. padding: 2rem 0;
  11. }
  12. .content {
  13. flex-grow: 1;
  14. }