jumbo-jekyll-theme 4.4.8 → 4.4.9
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/theme.scss +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab610c52072f8dd3f145ce996856400a4980f5be98f5dc21ba63d7b589eddca8
|
|
4
|
+
data.tar.gz: a7c75e20202939786f7f6ca481fddb439ef571c2332a090b7ed6303cd2488d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f61ef1aade468b819f45f6ac91ec1f1cb65c6cdad6c97ba52752ac2b420478c54657bf37d80b86d5cf55878bea5ea964ac2f69c581758cf11fa8b67b9693b411
|
|
7
|
+
data.tar.gz: 6fe64d1008f6537ca357964078a1e9505dc18daf3d241fde8ba5cdb20a79748d652b9e1de500a80daa68c47b2e5e7ea35c8b240cacba606a19f550b147eedb53
|
data/_sass/core/theme.scss
CHANGED
|
@@ -219,9 +219,11 @@ div#contact-thanks {
|
|
|
219
219
|
font-size: 18px;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
+
#wrapper #content-container ol {
|
|
223
|
+
margin-bottom: 30px;
|
|
224
|
+
}
|
|
222
225
|
#wrapper ol {
|
|
223
226
|
font-size: 18px;
|
|
224
|
-
margin-bottom: 30px;
|
|
225
227
|
color: rgba(0,0,0,0.84);
|
|
226
228
|
}
|
|
227
229
|
#wrapper ul, #wrapper ol {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.4.
|
|
4
|
+
version: 4.4.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|