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.

15 lines
166B

  1. header {
  2. nav a {
  3. margin-right: 1rem;
  4. }
  5. .header__logo {
  6. font-size: 2rem;
  7. font-weight: bold;
  8. &:hover {
  9. text-decoration: none;
  10. }
  11. }
  12. }