Fixed menu hover dead spot (#29441)

This commit is contained in:
Brian 2023-10-19 23:18:57 -07:00 committed by GitHub
parent b066485c4f
commit 4c92dc00bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ header .grid {
background: $site-background; background: $site-background;
box-shadow: inset 0px 5px $navigation-color; box-shadow: inset 0px 5px $navigation-color;
color: $navigation-color; color: $navigation-color;
padding-bottom: 22px; padding-bottom: 32px;
} }
.toggle { .toggle {