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.

_header.scss 166B

7 years ago
1234567891011121314
  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. }