FIX: Crawler footer style needed to be more specific

This commit is contained in:
Kris 2019-06-03 11:52:20 -04:00
parent 81dcadf788
commit d4f6b9e827
1 changed files with 5 additions and 5 deletions

View File

@ -30,6 +30,11 @@ body.crawler {
.topic-list {
margin-bottom: 1em;
}
footer {
margin-top: 3em;
border-top: 1px solid $primary-low-mid;
}
}
.crawler-topic-title {
@ -99,11 +104,6 @@ body.crawler {
}
}
footer {
margin-top: 3em;
border-top: 1px solid $primary-low-mid;
}
.crawler-nav {
margin: 1em 0;
ul {