mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Moving things to footer for small screens.
This commit is contained in:
parent
74b2771d56
commit
6fa5cc6d47
1 changed files with 8 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="nav">
|
||||
<nav class="nav hide-xs">
|
||||
<div class="nav-left">
|
||||
<a class="brand" href="/"><img src="/images/lemmy.svg"></a>
|
||||
<a href="/join">Join</a>
|
||||
|
@ -100,6 +100,13 @@
|
|||
<div class="nav-left">
|
||||
<p style="padding-left:2rem">Made using <a style="display: inline-block" class="is-paddingless" href="https://www.getzola.org">Zola</a> and <a style="display: inline-block" class="is-paddingless" href="https://jenil.github.io/chota">Chota</a></p>
|
||||
</div>
|
||||
<div class="nav-right hide-lg">
|
||||
<a href="/join">Join</a>
|
||||
<a href="/apps">Apps</a>
|
||||
<a href="/sponsors">Sponsors</a>
|
||||
<a href="https://dev.lemmy.ml/docs/index.html">Docs</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue