@@ -1207,7 +1207,7 @@ $btn-mb: 0.5rem;
1207
1207
1208
1208
*/
1209
1209
1210
- @media all and (width <= 576px ) {
1210
+ @media all and (max- width: 576px ) {
1211
1211
#main-wrapper {
1212
1212
min-height : calc (100vh - #{$footer-height-mobile } );
1213
1213
}
@@ -1229,7 +1229,7 @@ $btn-mb: 0.5rem;
1229
1229
}
1230
1230
}
1231
1231
1232
- @media all and (width <= 768px ) {
1232
+ @media all and (max- width: 768px ) {
1233
1233
%full-width {
1234
1234
max-width : 100% ;
1235
1235
}
@@ -1245,7 +1245,7 @@ $btn-mb: 0.5rem;
1245
1245
}
1246
1246
1247
1247
/* hide sidebar and panel */
1248
- @media all and (width <= 849px ) {
1248
+ @media all and (max- width: 849px ) {
1249
1249
@mixin slide ($append : null) {
1250
1250
$basic : transform 0.4s ease ;
1251
1251
@@ -1349,14 +1349,14 @@ $btn-mb: 0.5rem;
1349
1349
} /* max-width: 849px */
1350
1350
1351
1351
/* Phone & Pad */
1352
- @media all and (width >= 577px ) and (width <= 1199px ) {
1352
+ @media all and (min- width: 577px ) and (max- width: 1199px ) {
1353
1353
footer .d-flex > div {
1354
1354
width : 312px ;
1355
1355
}
1356
1356
}
1357
1357
1358
1358
/* Sidebar is visible */
1359
- @media all and (width >= 850px ) {
1359
+ @media all and (min- width: 850px ) {
1360
1360
/* Solved jumping scrollbar */
1361
1361
html {
1362
1362
overflow-y : scroll ;
@@ -1425,15 +1425,15 @@ $btn-mb: 0.5rem;
1425
1425
}
1426
1426
1427
1427
/* Pad horizontal */
1428
- @media all and (width >= 992px ) and (width <= 1199px ) {
1428
+ @media all and (min- width: 992px ) and (max- width: 1199px ) {
1429
1429
#main .col-lg-11 {
1430
1430
flex : 0 0 96% ;
1431
1431
max-width : 96% ;
1432
1432
}
1433
1433
}
1434
1434
1435
1435
/* Compact icons in sidebar & panel hidden */
1436
- @media all and (width >= 850px ) and (width <= 1199px ) {
1436
+ @media all and (min- width: 850px ) and (max- width: 1199px ) {
1437
1437
#search-results > div {
1438
1438
max-width : 700px ;
1439
1439
}
@@ -1448,7 +1448,7 @@ $btn-mb: 0.5rem;
1448
1448
}
1449
1449
1450
1450
/* panel hidden */
1451
- @media all and (width <= 1199px ) {
1451
+ @media all and (max- width: 1199px ) {
1452
1452
#panel-wrapper {
1453
1453
display : none ;
1454
1454
}
@@ -1460,7 +1460,7 @@ $btn-mb: 0.5rem;
1460
1460
1461
1461
/* --- desktop mode, both sidebar and panel are visible --- */
1462
1462
1463
- @media all and (width >= 1200px ) {
1463
+ @media all and (min- width: 1200px ) {
1464
1464
#back-to-top {
1465
1465
bottom : 6.5rem ;
1466
1466
}
@@ -1501,13 +1501,13 @@ $btn-mb: 0.5rem;
1501
1501
}
1502
1502
}
1503
1503
1504
- @media all and (width >= 1400px ) {
1504
+ @media all and (min- width: 1400px ) {
1505
1505
#back-to-top {
1506
1506
right : calc ((100vw - #{$sidebar-width } - 1140px ) / 2 + 3rem );
1507
1507
}
1508
1508
}
1509
1509
1510
- @media all and (width >= 1650px ) {
1510
+ @media all and (min- width: 1650px ) {
1511
1511
$icon-gap : 1rem ;
1512
1512
1513
1513
#main-wrapper ,
0 commit comments