From 5fb4fe09dcf997e506a0e0a69cf6400f93af9a5c Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 28 Sep 2019 13:59:02 +0100 Subject: [PATCH] Apply a bit more padding to menu items. --- templates/default/css/foundation.mods.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/css/foundation.mods.css b/templates/default/css/foundation.mods.css index 420ae77..738ef2c 100755 --- a/templates/default/css/foundation.mods.css +++ b/templates/default/css/foundation.mods.css @@ -135,5 +135,5 @@ div.top-bar-right .menu>li { } div.top-bar-right .dropdown.menu>li>.button{ - padding: 0.5rem; + padding: 0.5rem 0.75rem; }