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:
parent
2376690795
commit
53ea0bd15f
3 changed files with 24 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue