diff --git a/static/scss/custom.scss b/static/scss/custom.scss index d958cd13017b55c34d9dc6459db096d08e9defe7..cbb7371d93b444fe98d8b3e90e9322b176ff66b1 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -133,9 +133,9 @@ $homepage-block-min-height: 480px; z-index: 3; &.shallow { - min-height: 0px; padding-top: 12px; - padding-bottom: 12px + padding-bottom: 12px; + min-height: 0px; } .sponsor { @@ -197,12 +197,12 @@ $homepage-block-min-height: 480px; .homepage-block-content-cloudsep { - min-height: ($homepage-block-min-height - 20px); + min-height: ($homepage-block-min-height - 140px); } .homepage-block-bloop { - min-height: 20px; + min-height: 140px; } @@ -339,6 +339,10 @@ $homepage-block-min-height: 480px; &.homepage-footer { height: 10%; } + + &.main { + height: 80%; + } } .clouds {