From e2b7189d2c61fe1b08eaadb8b4fd506589da434b Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Sun, 13 Jun 2021 21:58:15 +0200 Subject: [PATCH] fix misaligned menu Information, closes #7 --- layouts/partials/menu.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 8050b58..72a5dd5 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -6,7 +6,9 @@ <h2>Navigation</h2> <ul class="gdoc-nav__list"> <li><span class="flex"><strong>Information</strong></span> - <ul><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></ul> + <ul class="gdoc-nav__list"> + <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li> + </ul> </li> </ul> </section> -- GitLab