From dfb59cb9e07fa7757bade71e9297c90e79459cd4 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 03:38:01 +0100 Subject: [PATCH] a --- assets/scss/general.scss | 4 ++++ assets/scss/pages/footer.scss | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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;*/ }