Improve link target size on mobile (lighthouse)

This commit is contained in:
Julien Dessaux 2023-01-26 09:29:31 +01:00
parent 8ceba46a06
commit 744819c90d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 0 deletions

View file

@ -132,6 +132,9 @@ nav#TableOfContents ul li ul li ul {
nav#TableOfContents ul li ul li ul li ul {
padding-left:3em;
}
ul li {
margin-bottom: 4px;
}
h1, h2, h3, h4, h5 {
font-family: open, serif;
}

View file

@ -11,6 +11,7 @@ header nav ul {
header nav ul li {
display: inline;
float: right;
margin-bottom: 0;
}
header nav ul li a {
display: block;