From e7e09e5f8aaea6eb5d33c04c302bcb8dea1d7e69 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Sep 2025 16:08:26 +0200 Subject: [PATCH] FEATURE Introducing the mobile menu brand component --- resources/css/app.css | 1 + template-parts/header/mobile-menu-brand.php | 39 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 template-parts/header/mobile-menu-brand.php diff --git a/resources/css/app.css b/resources/css/app.css index a686391..b1c85c2 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -46,6 +46,7 @@ /* ########### LAYOUT ############ */ @import './layout/nav.css'; +@import './layout/menu-mobile-brand.css'; /* ########### BLOCKS ############ */ @import './blocks/explore-tags.css'; diff --git a/template-parts/header/mobile-menu-brand.php b/template-parts/header/mobile-menu-brand.php new file mode 100644 index 0000000..ee6726f --- /dev/null +++ b/template-parts/header/mobile-menu-brand.php @@ -0,0 +1,39 @@ + + \ No newline at end of file