seriously_simple_static_starter 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/_theme.scss +9 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94503e7e5354f47304ae1e6863d80cf2061d965e9eed0efd30c34d84bb4dadd7
|
|
4
|
+
data.tar.gz: 95dfb598663f834c548ca5bbf8098c80a3d06364a508ab4a816c9f8b72522210
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3eb0f82d37392ea7ecb70efeb8a03a44a0c00af9836998a2d894adce7ebc228b3f617b8c3ad5fc6ce28dff64984f72127e1b1bbc9f517a091c180e896949493a
|
|
7
|
+
data.tar.gz: 269427e3de957df3992342701a7bbd04fc3a8d873a3b620e9b45b5f358aef4b48015aa12f631ee42a83c43a0b6e0b0c3540a629dc0d7f61e4e936b90f42cee7e
|
data/_sass/_theme.scss
CHANGED
|
@@ -420,6 +420,15 @@ img.img-fluid.team.lazyloaded {
|
|
|
420
420
|
height: auto;
|
|
421
421
|
width: 100%;
|
|
422
422
|
}
|
|
423
|
+
.owl-stage-outer {
|
|
424
|
+
height: 400px;
|
|
425
|
+
}
|
|
426
|
+
@include media-breakpoint-down(sm) {
|
|
427
|
+
.owl-stage-outer {
|
|
428
|
+
height: 300px;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
423
432
|
}
|
|
424
433
|
.block__text {
|
|
425
434
|
margin-bottom: 20px;
|