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.

30 lines
337B

  1. header {
  2. padding: 2rem 3rem;
  3. }
  4. .container {
  5. max-width: 1000px;
  6. margin: 0 auto;
  7. }
  8. @media only screen and (max-width: 1000px) {
  9. .container {
  10. max-width: 90%;
  11. }
  12. }
  13. .content {
  14. flex-grow: 1;
  15. &--reversed {
  16. background: $foreground;
  17. color: $background;
  18. }
  19. }
  20. footer {
  21. text-align: center;
  22. padding: 2rem 3rem;
  23. }