diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss index bc32a4a96aa4bd39fcc8c6e4e52df47bd707026a..4bd7bd7ac673a3576ba68391e2caeac66a8c023c 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; + } } } }