new things

This commit is contained in:
Dan Chadwick 2024-04-09 13:10:01 -07:00
parent 65f6ff500a
commit 5a0d8efcf9
2 changed files with 6 additions and 8 deletions

View File

@ -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;
}

View File

@ -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 {