diff --git a/web/scss/components/_hero.scss b/web/scss/components/_hero.scss index a16509fc..e55fba64 100644 --- a/web/scss/components/_hero.scss +++ b/web/scss/components/_hero.scss @@ -33,13 +33,7 @@ } &.hero--half-height { - @media (min-width: 951px) { - height: 250px; - } - - @media (max-width: 950px) { - height: 150px; - } + height: 250px; } &.hero--news {