change menu styling
This commit is contained in:
@@ -448,6 +448,7 @@ button:visited, .link-button:visited, .logo:visited {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
/* .desktop-nav {
|
||||
@@ -455,6 +456,14 @@ button:visited, .link-button:visited, .logo:visited {
|
||||
align-self: stretch;
|
||||
} */
|
||||
|
||||
.desktop-nav {
|
||||
flex: 1;
|
||||
background: var(--color-neutral-200);
|
||||
border-radius: var(--radius-xxl);
|
||||
box-shadow: var(--shadow-button);
|
||||
padding: var(--spacing-1);
|
||||
}
|
||||
|
||||
.desktop-nav ul,
|
||||
.mobile-menu ul {
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user