This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
37
- @media only screen and (max-width : 991 px ) {
37
+ @media only screen and (max-width : 1024 px ) {
38
38
.bottom-footer , .fold-pusher {
39
39
height : 200px ;
40
40
}
74
74
}
75
75
}
76
76
77
- @media only screen and (min-width : 992 px ) {
77
+ @media only screen and (min-width : 1025 px ) {
78
78
.bottom-footer , .fold-pusher {
79
79
height : 270px ;
80
80
}
Original file line number Diff line number Diff line change 224
224
}
225
225
}
226
226
227
- @media only screen and (max-width : 991 px ) {
227
+ @media only screen and (max-width : 1024 px ) {
228
228
.header-wrapper {
229
229
// When autocomplete list is displayed, hide all menu items and footer (except copyright notice)
230
230
& .autocomplete .menu-item :not (.search-wrapper ),
315
315
}
316
316
}
317
317
318
- @media only screen and (min-width : 992 px ) {
318
+ @media only screen and (min-width : 1025 px ) {
319
319
.header-wrapper {
320
320
background : #fff ;
321
321
position : relative ;
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ body {
13
13
14
14
.fold-wrapper {
15
15
min-height : 100% ;
16
- @media only screen and (min-width : 992 px ) {
16
+ @media only screen and (min-width : 1025 px ) {
17
17
margin : 0 auto -270px ;
18
18
}
19
- @media only screen and (max-width : 991 px ) {
19
+ @media only screen and (max-width : 1024 px ) {
20
20
margin : 0 auto -200px ;
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments