From ebefdd3f6c1ffe596750f867cef2c06fd0a310c5 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Mon, 28 Jan 2019 23:40:39 -0500 Subject: [PATCH] hide tools submenu on smaller screens (still accessible from main nav menu) --- views/layout.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.pug b/views/layout.pug index 0368b12..601688f 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -93,7 +93,7 @@ html(lang="en") i(class="fas fa-search") if (host && port && !homepage) - div(id="sub-menu", class="container mb-4", style="margin-top: -1.0rem;") + div(id="sub-menu", class="container mb-4 d-lg-block d-none", style="margin-top: -1.0rem;") ul(class="nav") each item, index in config.siteTools li(class="nav-item")