diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss index 20ecf0d86..0d7ee9574 100644 --- a/app/assets/stylesheets/footer.scss +++ b/app/assets/stylesheets/footer.scss @@ -46,9 +46,12 @@ footer { padding: 50px 30px; line-height: 3em; margin: auto; - @media screen and (min-width: 1250px) { - margin-left: 0px; - } } } } + +@media screen and (min-width: 1250px) { + .stories-show + footer .inner-footer-container { + margin-left: 0; + } +}