File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ a:active {
193
193
left : calc (-40% + var (--menu-diff ));
194
194
}
195
195
196
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
196
+ @media screen and (max-width : 1200 px ) and (min-width : 992px ) {
197
197
.col-2 , .col-3 {
198
198
width : calc (50% - var (--menu-diff ));
199
199
}
@@ -1694,7 +1694,7 @@ iframe {
1694
1694
top : 0 ;
1695
1695
}
1696
1696
1697
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
1697
+ @media screen and (max-width : 1400 px ) and (min-width : 992px ) {
1698
1698
# feed-video-list .grid-list .video-item {
1699
1699
width : calc (50% - 10px );
1700
1700
}
Original file line number Diff line number Diff line change 23
23
width : calc (60% - var (--menu-diff ));
24
24
left : calc (-40% + var (--menu-diff ));
25
25
}
26
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
26
+ @media screen and (max-width : 1200 px ) and (min-width : 992px ) {
27
27
& -2 ,
28
28
& -3 {
29
29
width : calc (50% - var (--menu-diff ));
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ iframe {
451
451
top : 0 ;
452
452
}
453
453
}
454
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
454
+ @media screen and (max-width : 1400 px ) and (min-width : 992px ) {
455
455
width : calc (50% - 10px );
456
456
}
457
457
@media screen and (max-width : 991px ) {
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ a:active {
193
193
left : calc (-40% + var (--menu-diff ));
194
194
}
195
195
196
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
196
+ @media screen and (max-width : 1200 px ) and (min-width : 992px ) {
197
197
.col-2 , .col-3 {
198
198
width : calc (50% - var (--menu-diff ));
199
199
}
@@ -1694,7 +1694,7 @@ iframe {
1694
1694
top : 0 ;
1695
1695
}
1696
1696
1697
- @media screen and (max-width : 1600 px ) and (min-width : 992px ) {
1697
+ @media screen and (max-width : 1400 px ) and (min-width : 992px ) {
1698
1698
# feed-video-list .grid-list .video-item {
1699
1699
width : calc (50% - 10px );
1700
1700
}
You can’t perform that action at this time.
0 commit comments