jumbo-jekyll-theme 1.4.29 → 1.4.30
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/core/homepage.scss +0 -3
- data/_sass/core/jumbotron.scss +5 -1
- data/_sass/core/theme.scss +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb0913f996ac90d37f27b935d8bfb909ab9d8448
|
|
4
|
+
data.tar.gz: ae533d0e35d5bfd3e78da80864497bda61accd56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0caf5dedad7f68d8048e43b9736a4dbe3b9c08d01734157bf56faacbdc3a19b212e1b1756d894ead0ea6d2f4f0a11ecec53639ca285081c59fcef099aeb18d1f
|
|
7
|
+
data.tar.gz: 2f7514cb61729b81b03f80a2e1a3fb6dd187f913430aa04d0baa6459ffe6455a602abad2da4e8a40921fbf9868e6333dde16fdc1632c418c581fdde92e78e053
|
data/_sass/core/homepage.scss
CHANGED
data/_sass/core/jumbotron.scss
CHANGED
data/_sass/core/theme.scss
CHANGED
|
@@ -203,10 +203,8 @@ p .justified{
|
|
|
203
203
|
|
|
204
204
|
/* Shape Divider - Home Page */
|
|
205
205
|
.row.shape-divider {
|
|
206
|
-
background-color: $brand-primary;
|
|
206
|
+
background-color: $brand-primary;
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
|
|
210
208
|
// Content Container - container used for actual content
|
|
211
209
|
// Not for breadcrumb / nav / footer
|
|
212
210
|
|