From 0ad4447f01ea8b2db5b54246453e1c3776099978 Mon Sep 17 00:00:00 2001 From: Hexaitos Date: Sat, 12 Oct 2024 13:09:14 +0200 Subject: [PATCH] better menu on mobile --- _site/assets/css/styles.css | 2 ++ assets/css/styles.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 2f4db7d..7ca6cfa 100755 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -249,6 +249,8 @@ footer p:last-of-type { .menu a { font-size: smaller; min-width: 80px; + margin-left: 0.1em; + margin-right: 0.1em; } footer p:first-of-type, footer p:last-of-type { diff --git a/assets/css/styles.css b/assets/css/styles.css index 2f4db7d..7ca6cfa 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -249,6 +249,8 @@ footer p:last-of-type { .menu a { font-size: smaller; min-width: 80px; + margin-left: 0.1em; + margin-right: 0.1em; } footer p:first-of-type, footer p:last-of-type {