tweak nav design
This commit is contained in:
parent
68412f2784
commit
7f24eeae9e
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue