From 07fa9429894ec831f4673c77fa7f606bfd5672ac Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 14 Nov 2024 17:54:29 +0100 Subject: [PATCH] increase sensitive area of the menu toggle --- website/presentation/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/presentation/style.css b/website/presentation/style.css index d2d25b3c..2bb22d57 100644 --- a/website/presentation/style.css +++ b/website/presentation/style.css @@ -140,8 +140,8 @@ header > nav > ul > li > details > nav ul li { #menu-toggle ~ label { position: absolute; - right: 1em; - top: 0.5em; + right: 0; + padding: 0.5em; cursor: pointer; display: block; }