jumbo-jekyll-theme 4.4.5 → 4.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/theme.scss +6 -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: 55df80023fde86effbd193d9530773b08fdf9ea278f1a78cf825c12f3f08f96d
|
4
|
+
data.tar.gz: 7dc3f506956171663d759796353724e4d3989156d13eee618ee7d7ff53334403
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e15f6dbe4e14793c3413112ed77de7ee80f74c817221732445aaba35d0cd60c7bb11121a6212d770f823f75a4b0e566c76bc52f60f28090192535cf200252ff2
|
7
|
+
data.tar.gz: 3e36336a25cd198684949795a57f7196777de044d923933219aa565fdc634d383b149dd621b61395d6b52d622938bdf51c4b7b5252e01b5db7e29345f43965f8
|
data/_sass/core/theme.scss
CHANGED
@@ -219,7 +219,12 @@ div#contact-thanks {
|
|
219
219
|
font-size: 18px;
|
220
220
|
}
|
221
221
|
}
|
222
|
-
#wrapper
|
222
|
+
#wrapper ol {
|
223
|
+
font-size: 18px;
|
224
|
+
margin-bottom: 30px;
|
225
|
+
color: rgba(0,0,0,0.84);
|
226
|
+
}
|
227
|
+
#wrapper ul, #wrapper ol {
|
223
228
|
font-size: 20px;
|
224
229
|
font-family: $font-family-sans-serif;
|
225
230
|
@media(max-width: $screen-sm-min){
|