mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fix indentation on mobile (#17332)
Pretty sure I introduced this in my prev commit but I’ll leave this fix to Eric to merge to make sure I’m not making it worse --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
2d1caa84d4
commit
b2edd1f201
18
website/views/layouts/layout.ejs
vendored
18
website/views/layouts/layout.ejs
vendored
@ -184,21 +184,21 @@
|
||||
<a href="/queries">Built-in queries</a>
|
||||
<a href="/tables">Data tables</a>
|
||||
<span>SUPPORT</span>
|
||||
<a href="/support">Chat</a>
|
||||
<a href="/docs/deploy/introduction">Hosting</a>
|
||||
<a href="/releases">Release notes</a>
|
||||
<a href="/customers/register">Get your license</a>
|
||||
<a href="/contribute">Contribute</a>
|
||||
<a class="pl-3" href="/support">Chat</a>
|
||||
<a class="pl-3" href="/docs/deploy/introduction">Hosting</a>
|
||||
<a class="pl-3" href="/releases">Release notes</a>
|
||||
<a class="pl-3" href="/customers/register">Get your license</a>
|
||||
<a class="pl-3" href="/contribute">Contribute</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<a purpose="mobile-dropdown-toggle" class="d-flex align-items-center mr-4 collapsed" data-toggle="collapse" data-target="#mobileNavbarToggleCommunity">Community</a>
|
||||
<div class="d-block">
|
||||
<div id="mobileNavbarToggleCommunity" purpose="mobile-dropdown" class="collapse" data-parent="#mobileDropdowns">
|
||||
<a class="pl-3" href="/support">Chat</a>
|
||||
<a class="pl-3" href="/announcements">News</a>
|
||||
<a class="pl-3" href="/podcasts">Podcasts</a>
|
||||
<a class="pl-3" href="/articles">Articles</a>
|
||||
<a href="/support">Chat</a>
|
||||
<a href="/announcements">News</a>
|
||||
<a href="/podcasts">Podcasts</a>
|
||||
<a href="/articles">Articles</a>
|
||||
<span>COMPANY</span>
|
||||
<a class="pl-3" href="/handbook">Handbook</a>
|
||||
<a class="pl-3" href="/logos">Logos & artwork</a>
|
||||
|
Loading…
Reference in New Issue
Block a user