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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03501aea5ede2127cd3b4e5ef4c809d9e1548177d40e62d70bed013a735b0f41
4
- data.tar.gz: 9e134d4ba1ed404c506cf3400b01d1666ebb1107a18d7f0302c73a83099e54c4
3
+ metadata.gz: 5d8b680f0ffa32bf92ad0d94ed702a4157abefc507da89c3182232f3739c2242
4
+ data.tar.gz: '08f1a7f3f73223f77cc17e98ece6ad6d720da3b3a006ea4f958c63b179347c55'
5
5
  SHA512:
6
- metadata.gz: cbf14e01fb876058429660a383524c38d1b1d8e2b4730dd775c44d054b53c25fe8a0852c1e9d97b10ed416f128bd8b86a67093b17e434316f5479c5be81b9277
7
- data.tar.gz: d255ea3ec85a6dc99b82562b4b5e12b7707503c72c7f0553b5cfc70402099497b7258aa1545e0983d4dab5b2e42ef9f2118918b2b7bd65434f5dd33a8289a3f3
6
+ metadata.gz: 68da82180527120238c814227873503b0e019521ee9b2f24d37d2b58ddf1619e9feab4562dbb364b802d4445b7847886a68a02645dea3dda5ee1d279c018d58f
7
+ data.tar.gz: bada29dc6d4412d123a5b55d66375403af67197b6eb90e54c40991e236ab1f9d9d399bc44fd3b0d5a2775a241faf68cfd2fe7141ffca6d099497e0bc4fa4bc97
@@ -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 %}" id="jumbotron-sub-title">
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 %}" id="jumbotron-sub-title">
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 %}
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: jumbotron-container
3
+ ---
4
+ {{content}}
@@ -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.6
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-07 00:00:00.000000000 Z
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