From be4fcd4c3055f80da30aefb7edaabdb164869035 Mon Sep 17 00:00:00 2001 From: imohkay Date: Sat, 23 Oct 2021 17:54:31 +0530 Subject: [PATCH] minor css fix for nav --- app/templates/index-alt.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/index-alt.html b/app/templates/index-alt.html index 9fb073c..b7a428c 100755 --- a/app/templates/index-alt.html +++ b/app/templates/index-alt.html @@ -84,7 +84,9 @@ } @media screen and (min-width: 800px) { - font-size: 20px; + .topnav a { + font-size: 20px; + } } main > .index {