better menu on mobile

This commit is contained in:
Hexaitos 2024-10-12 13:09:14 +02:00
parent dbee78e582
commit 0ad4447f01
2 changed files with 4 additions and 0 deletions

View File

@ -249,6 +249,8 @@ footer p:last-of-type {
.menu a { .menu a {
font-size: smaller; font-size: smaller;
min-width: 80px; min-width: 80px;
margin-left: 0.1em;
margin-right: 0.1em;
} }
footer p:first-of-type, footer p:last-of-type { footer p:first-of-type, footer p:last-of-type {

View File

@ -249,6 +249,8 @@ footer p:last-of-type {
.menu a { .menu a {
font-size: smaller; font-size: smaller;
min-width: 80px; min-width: 80px;
margin-left: 0.1em;
margin-right: 0.1em;
} }
footer p:first-of-type, footer p:last-of-type { footer p:first-of-type, footer p:last-of-type {