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

@@ -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;
}