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 {