From 5a0d8efcf9faa9e062c5bbaadb7d2d31c572827b Mon Sep 17 00:00:00 2001 From: Dan Chadwick Date: Tue, 9 Apr 2024 13:10:01 -0700 Subject: [PATCH] new things --- web/themes/custom/dchadwick/css/style.css | 5 ++--- .../custom/dchadwick/src/sass/partials/footer.scss | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/web/themes/custom/dchadwick/css/style.css b/web/themes/custom/dchadwick/css/style.css index 541099f..08d4f3c 100644 --- a/web/themes/custom/dchadwick/css/style.css +++ b/web/themes/custom/dchadwick/css/style.css @@ -236,13 +236,12 @@ table.cols-5 td.incorrect { color: white; padding: 0; width: 100%; +} +.path-frontpage #footer { position: absolute; bottom: 0; left: 0; } -.page-node-type-fighter #footer { - position: relative; -} #footer h2 { color: white !important; } diff --git a/web/themes/custom/dchadwick/src/sass/partials/footer.scss b/web/themes/custom/dchadwick/src/sass/partials/footer.scss index 4f5238e..a4de57f 100644 --- a/web/themes/custom/dchadwick/src/sass/partials/footer.scss +++ b/web/themes/custom/dchadwick/src/sass/partials/footer.scss @@ -4,12 +4,11 @@ color: white; padding: 0; width: 100%; - position: absolute; - bottom: 0; - left: 0; - .page-node-type-fighter & { - position: relative; + .path-frontpage & { + position: absolute; + bottom: 0; + left: 0; } h2 {