jumbo-jekyll-theme 3.0.22 → 3.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/jumbotron.scss +3 -3
- data/_sass/core/theme.scss +3 -1
- 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: 7ac5e51efd9ee24926617c541fa0bea27a4249bc8fd5d835b8f23596a66b2408
|
4
|
+
data.tar.gz: 5df9d8fd6140ec40ee95b73aa2b6eea5e84c9d12d74088c45c8ac38393171d16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46fa0d297482a9d2e1fcdc9eb69b9454c41420ce7303b31e1652b684685417f2f2872dbd936a6a40d9909945acce52768c92a371b93d0940ac3eba57eb0577aa
|
7
|
+
data.tar.gz: 133d512e8bfc4bc55ad59eab9253589e55b0d458c7b33f0a219275ee44ecbdbb346509082169423baac7b30a33a8f775e6152d39d18763dbf9593fefe1782d87
|
data/_sass/core/jumbotron.scss
CHANGED
@@ -33,9 +33,9 @@ div#jumbotron-content {
|
|
33
33
|
z-index: -1;
|
34
34
|
}
|
35
35
|
div#jumbotron.background-image {
|
36
|
-
background-size: cover;
|
37
|
-
background-position: center center;
|
38
|
-
background-repeat: no-repeat;
|
36
|
+
background-size: cover !important;
|
37
|
+
background-position: center center !important;
|
38
|
+
background-repeat: no-repeat !important;
|
39
39
|
}
|
40
40
|
div.jumbotron-image{
|
41
41
|
background-repeat: no-repeat;
|
data/_sass/core/theme.scss
CHANGED