new things

This commit is contained in:
Dan Chadwick
2024-04-09 20:46:39 -07:00
parent 5a0d8efcf9
commit 69f2a14f9b
13 changed files with 137 additions and 70 deletions

View File

@@ -237,11 +237,6 @@ table.cols-5 td.incorrect {
padding: 0;
width: 100%;
}
.path-frontpage #footer {
position: absolute;
bottom: 0;
left: 0;
}
#footer h2 {
color: white !important;
}
@@ -249,6 +244,10 @@ table.cols-5 td.incorrect {
margin: 0;
}
#block-dchadwick-recentfightsblock {
margin-top: 100px;
}
body {
background: #faf4ed;
color: #6e6a86;
@@ -258,6 +257,7 @@ body {
a {
color: #6e6a86;
text-decoration: none;
}
img {

View File

@@ -5,12 +5,6 @@
padding: 0;
width: 100%;
.path-frontpage & {
position: absolute;
bottom: 0;
left: 0;
}
h2 {
color: white !important;
}

View File

@@ -0,0 +1,3 @@
#block-dchadwick-recentfightsblock {
margin-top: 100px;
}

View File

@@ -30,6 +30,7 @@ $container-plus-padding: 1216px;
@import "partials/event";
@import "partials/hero";
@import "partials/footer";
@import "partials/recent-fights";
body {
background: $base_light;
@@ -40,6 +41,7 @@ body {
a {
color: $muted;
text-decoration: none;
}
img {