From 3531d8fb57b3406b0e0bc8c1e41484a8b0cd3718 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 22 Oct 2018 11:12:13 +0200
Subject: [PATCH] Fix stlying 2

---
 .../static/scipost/assets/css/_homepage.scss  | 25 ++++++++++---------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss
index bc32a4a96..4bd7bd7ac 100644
--- a/scipost/static/scipost/assets/css/_homepage.scss
+++ b/scipost/static/scipost/assets/css/_homepage.scss
@@ -58,18 +58,19 @@
         background-color: $white;
     }
 }
-
-.sponsors ul {
-    // height: 100px !important;
-    // list-style: none;
-
-    li {
-        // height: 100px !important;
-
-        img {
-            max-height: 100px !important;
-            height: auto !important;
-            width: auto !important;
+.homepage {
+    .sponsors ul {
+        height: 100px !important;
+        list-style: none;
+
+        li {
+            height: 100px !important;
+
+            img {
+                max-height: 100px !important;
+                height: auto !important;
+                width: auto !important;
+            }
         }
     }
 }
-- 
GitLab