Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 47c21d3

Browse files
committed
Merge pull request #366 from appirio-tech/sup-1683-fix-breakpoint
set breakpoint to enable touch controls for landscape ipad
2 parents 68604e7 + 0d8dc1e commit 47c21d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

assets/css/layout/footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636

37-
@media only screen and (max-width : 991px) {
37+
@media only screen and (max-width : 1024px) {
3838
.bottom-footer, .fold-pusher {
3939
height: 200px;
4040
}
@@ -74,7 +74,7 @@
7474
}
7575
}
7676

77-
@media only screen and (min-width : 992px) {
77+
@media only screen and (min-width : 1025px) {
7878
.bottom-footer, .fold-pusher {
7979
height: 270px;
8080
}

assets/css/layout/header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
}
225225
}
226226

227-
@media only screen and (max-width : 991px) {
227+
@media only screen and (max-width : 1024px) {
228228
.header-wrapper {
229229
// When autocomplete list is displayed, hide all menu items and footer (except copyright notice)
230230
&.autocomplete .menu-item:not(.search-wrapper),
@@ -315,7 +315,7 @@
315315
}
316316
}
317317

318-
@media only screen and (min-width : 992px) {
318+
@media only screen and (min-width : 1025px) {
319319
.header-wrapper {
320320
background: #fff;
321321
position: relative;

assets/css/topcoder.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ body {
1313

1414
.fold-wrapper {
1515
min-height: 100%;
16-
@media only screen and (min-width : 992px) {
16+
@media only screen and (min-width : 1025px) {
1717
margin: 0 auto -270px;
1818
}
19-
@media only screen and (max-width : 991px) {
19+
@media only screen and (max-width : 1024px) {
2020
margin: 0 auto -200px;
2121
}
2222
}

0 commit comments

Comments
 (0)