From c889e6b6c0f230cb81d18192e7aa8caefcc8af6c Mon Sep 17 00:00:00 2001 From: Lorna Tumuhairwe Date: Fri, 15 Nov 2019 22:14:14 +0300 Subject: [PATCH] Center podcast page footer (#4797) [deploy] --- app/assets/stylesheets/footer.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; + } +}