Fixed google's lighthouse seo warnings

missing description meta tag
tap targets too small (menu items did not have margins)
This commit is contained in:
Julien Dessaux 2021-09-13 14:32:52 +02:00
parent 2376690795
commit 53ea0bd15f
3 changed files with 24 additions and 3 deletions

View file

@ -28,4 +28,12 @@ header nav ul li a:hover {
float: left;
text-transform: uppercase;
font-weight: 700;
margin-right: 4px;
}
.nav-menu-margin-left {
margin-left: 4px;
}
.nav-menu-margins-left-and-right {
margin-left: 4px;
margin-right: 4px;
}