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