From dbee78e58256c484e37a89513be88d3b49668711 Mon Sep 17 00:00:00 2001 From: Hexaitos Date: Sat, 12 Oct 2024 13:06:23 +0200 Subject: [PATCH] better menu on mobile --- _site/assets/css/styles.css | 6 +++--- assets/css/styles.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 2be255f..2f4db7d 100755 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -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 diff --git a/assets/css/styles.css b/assets/css/styles.css index 2be255f..2f4db7d 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -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