Skip to content

Commit

Permalink
center footer text by default (#2165)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eolesinski authored Feb 6, 2024
1 parent 4cf657e commit 1ce5865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ footer.fixed-bottom {
color: var(--global-footer-text-color);
padding-top: 9px;
padding-bottom: 8px;
text-align: center;
}

a {
Expand All @@ -443,6 +444,10 @@ footer.sticky-bottom {
padding-top: 40px;
padding-bottom: 40px;
font-size: 0.9rem;

.container {
text-align: center;
}
}

// CV
Expand Down

0 comments on commit 1ce5865

Please sign in to comment.