From 0682d376c8bd66e2b1b7f7e5c6e85bfeb0677018 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 6 Mar 2022 09:22:44 +0100 Subject: [PATCH] Fix padding for mobile/touch --- _sass/_header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/_header.scss b/_sass/_header.scss index c6740d4..1e42098 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -146,7 +146,8 @@ background: $theme-menu-light-background; } - #navigation .item { + #navigation .menu > .entry > .item { + padding: 1em 1em; transition: color 250ms linear; } }