tweak nav design

This commit is contained in:
Maël Brunet 2021-05-22 18:08:19 +02:00
parent 68412f2784
commit 7f24eeae9e

View file

@ -17,7 +17,7 @@
.c-nav__list {
display: flex;
align-items: center;
gap: 30px;
gap: 20px;
}
.c-nav__logo svg {
@ -65,9 +65,4 @@
background-color: var(--color-grey-900);
color: var(--color-white);
border-radius: 6px;
// text-decoration: underline 2px currentColor;
&:hover, &:focus {
// text-decoration: underline 4px currentColor;
}
}