File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
_includes/themes/metromongo
assets/themes/metromongo/css Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="en " class =" no-js " >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > {{ page.title }}</ title >
Original file line number Diff line number Diff line change 1
1
/* Slider */
2
- .sl-slider-wrapper {
2
+ .js . sl-slider-wrapper {
3
3
width : 100% ;
4
4
max-width : 980px ;
5
5
height : 500px ;
120
120
.no-js .sl-slide ,
121
121
.no-js .sl-slides-wrapper ,
122
122
.no-js .sl-slide-inner {
123
- position : relative;
124
- width : 100% ;
125
- height : 100% ;
123
+ position : relative;
124
+ width : 100% ;
125
+ height : 100% ;
126
+ min-height : 500px ;
127
+ margin-bottom : 20px ;
126
128
}
127
129
128
130
.no-js .nav-arrows ,
129
131
.no-js .nav-dots {
130
- display : none;
132
+ display : none;
131
133
}
132
134
133
135
.bg-1 {
@@ -320,7 +322,7 @@ text-decoration: none;
320
322
}
321
323
322
324
.sl-slider {
323
- position : absolute;
325
+ /* position: absolute;*/
324
326
top : 0 ;
325
327
left : 0 ;
326
328
}
@@ -330,7 +332,7 @@ text-decoration: none;
330
332
.sl-slide ,
331
333
.sl-slides-wrapper ,
332
334
.sl-slide-inner {
333
- position : absolute;
335
+ /* position: absolute;*/
334
336
width : 100% ;
335
337
height : 100% ;
336
338
top : 0 ;
You can’t perform that action at this time.
0 commit comments