1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-11 12:11:50 +00:00

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