diff options
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 4 | ||||
-rw-r--r-- | web/cobrands/fixmystreet.com/posters.scss | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 848490e7a..f8026171d 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -307,6 +307,10 @@ body.unresponsive-council { .mysoc-footer { margin-top: 3em; + // The below lines are so that on e.g. /about/posters the footer will move on + // top of the fixed sidebar in narrow height situations. + position: relative; + z-index: 1; } body.mappage .mysoc-footer { display: none; diff --git a/web/cobrands/fixmystreet.com/posters.scss b/web/cobrands/fixmystreet.com/posters.scss index ee8da9d32..8a1061c06 100644 --- a/web/cobrands/fixmystreet.com/posters.scss +++ b/web/cobrands/fixmystreet.com/posters.scss @@ -16,11 +16,11 @@ body.goodies { color: mix($primary, #000, 40%); } } - } - h2 { - padding-top: 1em; - border-top: 1px solid mix($primary, #eee, 20%); + h2 { + padding-top: 1em; + border-top: 1px solid mix($primary, #eee, 20%); + } } .pack-preview { |