diff --git a/assets/css/layout/footer.scss b/assets/css/layout/footer.scss index 6d7df085c..7dae86667 100644 --- a/assets/css/layout/footer.scss +++ b/assets/css/layout/footer.scss @@ -34,7 +34,7 @@ } -@media only screen and (max-width : 991px) { +@media only screen and (max-width : 1024px) { .bottom-footer, .fold-pusher { height: 200px; } @@ -74,7 +74,7 @@ } } -@media only screen and (min-width : 992px) { +@media only screen and (min-width : 1025px) { .bottom-footer, .fold-pusher { height: 270px; } diff --git a/assets/css/layout/header.scss b/assets/css/layout/header.scss index 4b0086daf..28ea8d52b 100644 --- a/assets/css/layout/header.scss +++ b/assets/css/layout/header.scss @@ -224,7 +224,7 @@ } } -@media only screen and (max-width : 991px) { +@media only screen and (max-width : 1024px) { .header-wrapper { // When autocomplete list is displayed, hide all menu items and footer (except copyright notice) &.autocomplete .menu-item:not(.search-wrapper), @@ -315,7 +315,7 @@ } } -@media only screen and (min-width : 992px) { +@media only screen and (min-width : 1025px) { .header-wrapper { background: #fff; position: relative; diff --git a/assets/css/topcoder.scss b/assets/css/topcoder.scss index d7e24194a..6bf69ab84 100644 --- a/assets/css/topcoder.scss +++ b/assets/css/topcoder.scss @@ -13,10 +13,10 @@ body { .fold-wrapper { min-height: 100%; - @media only screen and (min-width : 992px) { + @media only screen and (min-width : 1025px) { margin: 0 auto -270px; } - @media only screen and (max-width : 991px) { + @media only screen and (max-width : 1024px) { margin: 0 auto -200px; } }