Release 15 - Revamp #38
2 changed files with 13 additions and 7 deletions
|
@ -168,17 +168,21 @@ main {
|
||||||
pointer-events: visible;
|
pointer-events: visible;
|
||||||
}
|
}
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
.footer {
|
.footer-container {
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
|
margin-top: auto;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: auto;
|
margin-top: 3rem;
|
||||||
padding-top: 3rem;
|
|
||||||
padding-bottom: .3rem;
|
padding-bottom: .3rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
pointer-events: initial;
|
||||||
}
|
}
|
||||||
.footer div {
|
.footer div {
|
||||||
font-size: .95rem;
|
font-size: .95rem;
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
<footer class="footer-container">
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div>Version {{ app_version }}</div>
|
<div>Version {{ app_version }}</div>
|
||||||
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
|
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
|
||||||
</div>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue