From 7df10f3d2bb1a8d95289cc3dd38b3b384e190c89 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 26 Apr 2024 11:13:15 +0500 Subject: [PATCH] style mobile menu close button --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index f1a2a24..f49c6c2 100644 --- a/style.css +++ b/style.css @@ -38,4 +38,9 @@ Version: 0.1 padding-inline: 1em; font-weight: 300; } + + .wp-block-navigation__responsive-container-close svg { + padding: 1em; + width: 32px; + } } \ No newline at end of file