rework the footer
This commit is contained in:
parent
9c1656f4d0
commit
3d0042015a
2 changed files with 34 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 © TN 2023</span>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue