Reordered footer again, touchups

This commit is contained in:
2022-05-08 23:51:19 +02:00
parent ea0a11e488
commit 8ae6dd7fd9
2 changed files with 15 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ message:
icon: 'fa fa-info'
header: false
footer: '<p class="footer"><a id="keycloak-footer" href="https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://schmökerei.de"><i class="fas fa-sign-in-alt"></i>&nbsp;Anmeldung/Registrierung</a><br><a href="https://marvinscham.de" target="_blank">Made with&nbsp;<i class="far fa-heart"></i> by <img src="../assets/tools/ms-sw.png" alt="MS"></a></p>'
footer: '<span class="footer-el"><a href="https://marvinscham.de" target="_blank">Made with&nbsp;<i class="far fa-heart"></i> by <img src="../assets/tools/ms-sw.png" alt="MS"></a></span><span class="footer-el"><a id="keycloak-footer" href="https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://schmökerei.de"><i class="fas fa-sign-in-alt"></i>&nbsp;Anmeldung/Registrierung</a></span>'
stylesheet:
- 'assets/custom.css'

View File

@@ -126,10 +126,24 @@ body #bighead .navbar a:hover {
color: var(--link-hover);
}
#main-section {
padding-bottom: 1.5rem;
}
body .footer {
text-align: center;
}
body .footer .footer-el {
display: inline-block;
width: 50%;
text-align: right;
}
body .footer .footer-el:first-child {
text-align: left;
}
.footer i.fa-heart {
color: #e21c1b;
}