Fix overflowing padding on navbar button link (#27239)

This commit is contained in:
WebSnke 2023-05-04 08:20:19 +02:00 committed by GitHub
parent 47efaec299
commit d04068b363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ header .grid {
.menu li a {
@include box-sizing(border-box);
display: block;
padding: 32px 12px;
padding: 27px 12px;
text-decoration: none;
font-weight: normal;
font-size: 14px;