FIX: Crawler footer style needed to be more specific
This commit is contained in:
parent
81dcadf788
commit
d4f6b9e827
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue