From 2facc654c501ee7093f02bba515ae402bbaeb908 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 16:30:10 +0200 Subject: [PATCH] better mobile menu --- static/style/mobile.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/style/mobile.css b/static/style/mobile.css index 04d1f98..6e16683 100644 --- a/static/style/mobile.css +++ b/static/style/mobile.css @@ -8,7 +8,13 @@ } div.flex-l.items-center { text-shadow: 1px 1px 40px #000000; - + } + a.hover-white.no-underline.white-90 { + font-size: 1.3rem; + line-height: 0.1; + } + ul.pl0.mr3 { + margin: 10px; } }