Skip to content
Snippets Groups Projects
Commit e9b4c8fa authored by Šimon Berka's avatar Šimon Berka
Browse files

fix misaligned menu Information, fixes #7

parent c2baf4dc
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
<h2>Navigation</h2> <h2>Navigation</h2>
<ul class="gdoc-nav__list"> <ul class="gdoc-nav__list">
<li><span class="flex"><strong>Information</strong></span> <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> </li>
</ul> </ul>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment