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