diff --git a/app/assets/stylesheets/darkswarm/footer.scss b/app/assets/stylesheets/darkswarm/footer.scss index c9255b71b1..6a7f12dda6 100644 --- a/app/assets/stylesheets/darkswarm/footer.scss +++ b/app/assets/stylesheets/darkswarm/footer.scss @@ -36,6 +36,7 @@ footer { img { margin-top: 36px; + width: 120px; } } diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index 6b04cedb5a..d18d7d03e3 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -3,7 +3,7 @@ .row .small-12.columns.text-center .logo - %img{src: "/assets/logo-white-notext.png", width: "120px"} + %img{src: "/assets/logo-white-notext.png"} .row .small-12.medium-8.medium-offset-2.columns.text-center .alert-box