From c670542671eed53d6be72a26df1b4bb477e53393 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Wed, 27 Apr 2022 17:10:57 +0200 Subject: [PATCH] Include Dropdown buttons in mobile menu styling --- src/components/Navigation.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 9073fbb..2b37580 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -270,7 +270,8 @@ import ResponsiveToggle from './ResponsiveToggle.astro' } } - a { + a, + button { display: block; width: 100%; padding: 0.5rem 0;