better menu on mobile

This commit is contained in:
Hexaitos 2024-10-12 13:06:23 +02:00
parent bc9800b1e6
commit dbee78e582
2 changed files with 6 additions and 6 deletions

View File

@ -231,7 +231,7 @@ footer p:last-of-type {
@media only screen and (max-width: 900px) {
.menu a {
font-size: medium;
min-width: 80px;
min-width: 90px;
}
div.menu {
@ -248,7 +248,7 @@ footer p:last-of-type {
@media only screen and (max-width: 700px) {
.menu a {
font-size: smaller;
min-width: 50px;
min-width: 80px;
}
footer p:first-of-type, footer p:last-of-type {
@ -308,7 +308,7 @@ div.desc {
.responsive {
width: 100%;
}
div.art {
display: inherit;
justify-content: inherit

View File

@ -231,7 +231,7 @@ footer p:last-of-type {
@media only screen and (max-width: 900px) {
.menu a {
font-size: medium;
min-width: 80px;
min-width: 90px;
}
div.menu {
@ -248,7 +248,7 @@ footer p:last-of-type {
@media only screen and (max-width: 700px) {
.menu a {
font-size: smaller;
min-width: 50px;
min-width: 80px;
}
footer p:first-of-type, footer p:last-of-type {
@ -308,7 +308,7 @@ div.desc {
.responsive {
width: 100%;
}
div.art {
display: inherit;
justify-content: inherit