Fix padding on menu icon (#168)

This is to fix alignment issues.
pull/170/head^2
eben80 2021-09-17 11:47:14 +02:00 zatwierdzone przez GitHub
rodzic ef90bc3f34
commit e14915fbcc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -300,6 +300,8 @@ p{
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
padding-bottom: 12px;
padding-top: 11px;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */