Reordered footer again, touchups
This commit is contained in:
@@ -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> Anmeldung/Registrierung</a><br><a href="https://marvinscham.de" target="_blank">Made with <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 <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> Anmeldung/Registrierung</a></span>'
|
||||
|
||||
stylesheet:
|
||||
- 'assets/custom.css'
|
||||
|
||||
14
custom.css
14
custom.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user