center footer text by default (#2165)

This PR changes the footer text on the website (for both the sticky and
fixed footer) to be centered by default. This change is based on the
discussion post #257.
This commit is contained in:
Ethan Olesinski 2024-02-06 14:03:52 -05:00 committed by GitHub
parent 4cf657eb54
commit 1ce58650fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -426,6 +426,7 @@ footer.fixed-bottom {
color: var(--global-footer-text-color);
padding-top: 9px;
padding-bottom: 8px;
text-align: center;
}
a {
@ -443,6 +444,10 @@ footer.sticky-bottom {
padding-top: 40px;
padding-bottom: 40px;
font-size: 0.9rem;
.container {
text-align: center;
}
}
// CV