rework the footer

This commit is contained in:
David Reed 2023-06-20 22:52:07 +03:00
parent 9c1656f4d0
commit 3d0042015a
No known key found for this signature in database
2 changed files with 34 additions and 28 deletions

View file

@ -74,13 +74,20 @@ body {
} }
footer { footer {
margin: 0 5vw;
margin-top: auto; margin-top: auto;
width: 93%; display: flex;
align-self: center; flex-direction: column;
height: 80px; line-height: 30px;
margin-bottom: 20px;
}
footer > div {
display: flex; display: flex;
justify-content: left; justify-content: left;
align-items: center; align-items: center;
flex-wrap: wrap;
margin-bottom: 15px;
} }
footer a, footer a,

View file

@ -90,31 +90,30 @@
<pre id="uv-error-code"></pre> <pre id="uv-error-code"></pre>
</div> </div>
<footer> <footer>
<a <div>
title="The TitaniumNetwork GitHub organization" <a
href="https://github.com/titaniumnetwork-dev" title="The TitaniumNetwork GitHub organization"
>TitaniumNetwork</a href="https://github.com/titaniumnetwork-dev"
> >TitaniumNetwork</a
<a title="The TitaniumNetwork Discord" href="https://discord.gg/unblock" >
>Discord</a <a title="The TitaniumNetwork Discord" href="https://discord.gg/unblock"
> >Discord</a
<a >
title="The TompHTTP GitHub organization" <a
href="https://github.com/tomphttp" title="The TompHTTP GitHub organization"
>TompHTTP</a href="https://github.com/tomphttp"
> >TompHTTP</a
<a >
title="The official deployment repository for Ultraviolet" <a
href="https://github.com/titaniumnetwork-dev/Ultraviolet-App" title="The official deployment repository for Ultraviolet"
>GitHub</a href="https://github.com/titaniumnetwork-dev/Ultraviolet-App"
> >GitHub</a
<a >
title="License information" <a title="License information" href="credits.html">Credits</a>
href="credits.html" </div>
style="margin-left: auto" <div>
>Credits</a <span>Ultraviolet &copy; TN 2023</span>
> </div>
<span>Ultraviolet &copy; TN 2023</span>
</footer> </footer>
</body> </body>
</html> </html>