Skip to content

Commit 1ce5865

Browse files
authored
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.
1 parent 4cf657e commit 1ce5865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/_base.scss

+5
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ footer.fixed-bottom {
426426
color: var(--global-footer-text-color);
427427
padding-top: 9px;
428428
padding-bottom: 8px;
429+
text-align: center;
429430
}
430431

431432
a {
@@ -443,6 +444,10 @@ footer.sticky-bottom {
443444
padding-top: 40px;
444445
padding-bottom: 40px;
445446
font-size: 0.9rem;
447+
448+
.container {
449+
text-align: center;
450+
}
446451
}
447452

448453
// CV

0 commit comments

Comments
 (0)