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 {
margin: 0 5vw;
margin-top: auto;
width: 93%;
align-self: center;
height: 80px;
display: flex;
flex-direction: column;
line-height: 30px;
margin-bottom: 20px;
}
footer > div {
display: flex;
justify-content: left;
align-items: center;
flex-wrap: wrap;
margin-bottom: 15px;
}
footer a,

View file

@ -90,6 +90,7 @@
<pre id="uv-error-code"></pre>
</div>
<footer>
<div>
<a
title="The TitaniumNetwork GitHub organization"
href="https://github.com/titaniumnetwork-dev"
@ -108,13 +109,11 @@
href="https://github.com/titaniumnetwork-dev/Ultraviolet-App"
>GitHub</a
>
<a
title="License information"
href="credits.html"
style="margin-left: auto"
>Credits</a
>
<a title="License information" href="credits.html">Credits</a>
</div>
<div>
<span>Ultraviolet &copy; TN 2023</span>
</div>
</footer>
</body>
</html>