jumbo-jekyll-theme 3.9.6 → 3.9.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/jumbotron.html +5 -3
- data/_layouts/default.html +4 -0
- data/_sass/core/jumbotron.scss +7 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d8b680f0ffa32bf92ad0d94ed702a4157abefc507da89c3182232f3739c2242
|
4
|
+
data.tar.gz: '08f1a7f3f73223f77cc17e98ece6ad6d720da3b3a006ea4f958c63b179347c55'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68da82180527120238c814227873503b0e019521ee9b2f24d37d2b58ddf1619e9feab4562dbb364b802d4445b7847886a68a02645dea3dda5ee1d279c018d58f
|
7
|
+
data.tar.gz: bada29dc6d4412d123a5b55d66375403af67197b6eb90e54c40991e236ab1f9d9d399bc44fd3b0d5a2775a241faf68cfd2fe7141ffca6d099497e0bc4fa4bc97
|
data/_includes/jumbotron.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
{% endif %}
|
14
14
|
{% if slide.description %}
|
15
15
|
<div class="owl--text slide-desc">
|
16
|
-
<p>
|
16
|
+
<p {% if slide.desciption-class %}class="{{slide.description-class}}"{% endif%}>
|
17
17
|
{{slide.description}}
|
18
18
|
</p>
|
19
19
|
{% if slide.buttons %}
|
@@ -80,11 +80,13 @@
|
|
80
80
|
</h1>
|
81
81
|
{% endif %}
|
82
82
|
{% if page.jumbotron.description %}
|
83
|
-
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
83
|
+
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
84
|
+
{% if page.jumbotron.desciption-class %} {{page.jumbotron.description-class}} {% endif%}" id="jumbotron-sub-title">
|
84
85
|
{{page.jumbotron.description}}
|
85
86
|
</p>
|
86
87
|
{% elsif page.description %}
|
87
|
-
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
88
|
+
<p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
|
89
|
+
{% if page.jumbotron.desciption-class %} {{page.jumbotron.description-class}} {% endif%} " id="jumbotron-sub-title">
|
88
90
|
{{page.description}}
|
89
91
|
</p>
|
90
92
|
{% endif %}
|
data/_sass/core/jumbotron.scss
CHANGED
@@ -84,11 +84,13 @@ div.jumbotron-image{
|
|
84
84
|
}
|
85
85
|
/* Jumbotron Sub Title */
|
86
86
|
#jumbotron-sub-title {
|
87
|
+
max-width:700px;
|
87
88
|
color: $jumbotron-sub-title-color;
|
88
89
|
font-size: $jumbotron-sub-title-font-size;
|
89
90
|
}
|
90
91
|
/* Jumbotron Heading */
|
91
92
|
#jumbotron-heading {
|
93
|
+
max-width: 700px;
|
92
94
|
color: $jumbotron-heading-color;
|
93
95
|
font-size: $jumbotron-font-size;
|
94
96
|
margin-top: 0px;
|
@@ -102,6 +104,10 @@ div.jumbotron-image{
|
|
102
104
|
color: $jumbotron-sub-title-color;
|
103
105
|
font-size: $jumbotron-sub-title-font-size-xs;
|
104
106
|
}
|
107
|
+
#jumbotron-sub-title.smaller {
|
108
|
+
font-size: 14px !important;
|
109
|
+
}
|
110
|
+
|
105
111
|
}
|
106
112
|
#buttons > a.btn {
|
107
113
|
color: black ;
|
@@ -249,5 +255,4 @@ body {
|
|
249
255
|
margin: 0;
|
250
256
|
font-family: futura, sans-serif;
|
251
257
|
}
|
252
|
-
|
253
|
-
@import 'triangle-divider';
|
258
|
+
@import 'triangle-divider';
|
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: 3.9.
|
4
|
+
version: 3.9.7
|
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-03-
|
11
|
+
date: 2019-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -393,6 +393,7 @@ files:
|
|
393
393
|
- _layouts/container-breadcrumb-tabs.html
|
394
394
|
- _layouts/container-breadcrumb.html
|
395
395
|
- _layouts/container.html
|
396
|
+
- _layouts/default.html
|
396
397
|
- _layouts/error.html
|
397
398
|
- _layouts/jumbotron-container.html
|
398
399
|
- _layouts/jumbotron.html
|