diff --git a/assets/scss/general.scss b/assets/scss/general.scss index 800c1da..3656935 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -60,6 +60,8 @@ mark { background: #ddd; } + + /* ------------------------------------------------------------------------ */ /* Styling for listing pages. */ /* ------------------------------------------------------------------------ */ @@ -128,6 +130,8 @@ table.lntable { width: 100%; } + + /* ------------------------------------------------------------------------ */ /* Styling for footnotes. */ /* ------------------------------------------------------------------------ */ diff --git a/assets/scss/pages/footer.scss b/assets/scss/pages/footer.scss index 868c79f..19fc468 100644 --- a/assets/scss/pages/footer.scss +++ b/assets/scss/pages/footer.scss @@ -6,8 +6,9 @@ footer.page-footer{ // max-width: 45rem; } footer.page-footer p { - font-size: 1.2rem; + font-size: 1.25rem; margin: 0em; + text-align: center; /* light font looked odd on chrome */ /*font-weight: lighter;*/ }