From e14915fbcc0d0d860646f33bad2e159994cdf5c7 Mon Sep 17 00:00:00 2001 From: eben80 Date: Fri, 17 Sep 2021 11:47:14 +0200 Subject: [PATCH] Fix padding on menu icon (#168) This is to fix alignment issues. --- RX_FSK/data/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RX_FSK/data/style.css b/RX_FSK/data/style.css index 3d52bdf..04e254f 100755 --- a/RX_FSK/data/style.css +++ b/RX_FSK/data/style.css @@ -300,6 +300,8 @@ p{ /* Hide the link that should open and close the topnav on small screens */ .topnav .icon { display: none; + padding-bottom: 12px; + padding-top: 11px; } /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */