diff --git a/static/scss/custom.scss b/static/scss/custom.scss index ad782200752562e57fd0e6c9f414761f78f99121..131c533261e3adac7ed6552693eda482c4a5db20 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -112,8 +112,16 @@ $homepage-block-min-height: 480px; position: relative; box-shadow: $box-shadow; z-index: 3; + + .sponsor { + @include make-xs-column(6); + @include make-sm-column(4); + @include make-md-column(3); + max-width: 600px; + } } + .homepage-block-content { min-height: ($homepage-block-min-height - 80px); }