jumbo-jekyll-theme 3.0.17 → 3.0.18

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: 1e247678294fbf27bff4ade495aec38108678b907c4fbdfbf6608bb182240f90
4
- data.tar.gz: 2a146d6a4f7bab3a1069825da3f6511c40728b1b6d689d536e65483999f11f9a
3
+ metadata.gz: 2bfde73fb67fd8f4bd4adcf160aa845b39f01f045b43bca52fa3f35f0ac190a8
4
+ data.tar.gz: 3e193109b04480735917a5f68190f492a36462b76f5c18247c4a09cc81dd725c
5
5
  SHA512:
6
- metadata.gz: bb48232e07e6d917a169a698b1f266c434df767df17f548dbf427fa854ac8108061b79bf1445d84bc2e94da5dc629dfe50cdbd19e452ea55fa581cd1851fb2b4
7
- data.tar.gz: 0a8c16a5d9aedab2767fb885bac03bbb97015a6321c2629d9f81b27fff1d76141fe26edda951856244897ce226ae0923f2a176321967d73a885c0f8fbab10157
6
+ metadata.gz: 41f1d71b5893ebae7eca689998bef588a2b12da1a38a03b40830419fd76d1bb61c27551db2a2c511db943a4e7fefce1f4d337a579d70f59ffb939d038b88871a
7
+ data.tar.gz: d582a84d9cd67fc91193a7aab422f02efbefd08a34e0b132a898f14516abd58929c990bc4f52db969e101d6beec58d976c473171ea31e468fb58b3bb89b58bfd
@@ -7,9 +7,18 @@
7
7
  <div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
8
8
  <div class="container flex-center" id="jumbotron-text"> <!--Container -->
9
9
  {% if page.jumbotron.title %}
10
- <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
11
- {{page.jumbotron.title}}
12
- </h1>
10
+ {% if page.jumbotron.title.lines %}
11
+ <h1>
12
+
13
+ {% for line in page.jumbotron.title.lines %}
14
+
15
+ {% endfor %}
16
+ </h1>
17
+ {% else %}
18
+ <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
19
+ {{page.jumbotron.title}}
20
+ </h1>
21
+ {% endif %}
13
22
  {% elsif page.title %}
14
23
  <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
15
24
  {{page.title}}
@@ -342,21 +342,21 @@ $screen-phone: $screen-xs-min !default;
342
342
 
343
343
  // Small screen / tablet
344
344
  //** Deprecated `$screen-sm` as of v3.0.1
345
- $screen-sm: 768px !default;
345
+ $screen-sm: 1000px !default;
346
346
  $screen-sm-min: $screen-sm !default;
347
347
  //** Deprecated `$screen-tablet` as of v3.0.1
348
348
  $screen-tablet: $screen-sm-min !default;
349
349
 
350
350
  // Medium screen / desktop
351
351
  //** Deprecated `$screen-md` as of v3.0.1
352
- $screen-md: 992px !default;
352
+ $screen-md: 1200px !default;
353
353
  $screen-md-min: $screen-md !default;
354
354
  //** Deprecated `$screen-desktop` as of v3.0.1
355
355
  $screen-desktop: $screen-md-min !default;
356
356
 
357
357
  // Large screen / wide desktop
358
358
  //** Deprecated `$screen-lg` as of v3.0.1
359
- $screen-lg: 1200px !default;
359
+ $screen-lg: 1400px !default;
360
360
  $screen-lg-min: $screen-lg !default;
361
361
  //** Deprecated `$screen-lg-desktop` as of v3.0.1
362
362
  $screen-lg-desktop: $screen-lg-min !default;
@@ -366,7 +366,6 @@ $screen-xs-max: ($screen-sm-min - 1) !default;
366
366
  $screen-sm-max: ($screen-md-min - 1) !default;
367
367
  $screen-md-max: ($screen-lg-min - 1) !default;
368
368
 
369
-
370
369
  //== Grid system
371
370
  //
372
371
  //## Define your custom responsive grid.
@@ -387,17 +386,17 @@ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
387
386
  //## Define the maximum width of `.container` for different screen sizes.
388
387
 
389
388
  // Small screen / tablet
390
- $container-tablet: (720px + $grid-gutter-width) !default;
389
+ $container-tablet: (970px + $grid-gutter-width) !default;
391
390
  //** For `$screen-sm-min` and up.
392
391
  $container-sm: $container-tablet !default;
393
392
 
394
393
  // Medium screen / desktop
395
- $container-desktop: (940px + $grid-gutter-width) !default;
394
+ $container-desktop: (1100px + $grid-gutter-width) !default;
396
395
  //** For `$screen-md-min` and up.
397
396
  $container-md: $container-desktop !default;
398
397
 
399
398
  // Large screen / wide desktop
400
- $container-large-desktop: (1140px + $grid-gutter-width) !default;
399
+ $container-large-desktop: (1370px + $grid-gutter-width) !default;
401
400
  //** For `$screen-lg-min` and up.
402
401
  $container-lg: $container-large-desktop !default;
403
402
 
@@ -8,9 +8,7 @@
8
8
  //= require vendor/featherlight
9
9
  //= require app/sticky-tab-bar
10
10
 
11
-
12
11
  //= require app/main
13
- //= require app/scroll-to-anchors
14
12
  //= require app/search
15
13
  //= require app/tables
16
14
  //= require app/custom
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.17
4
+ version: 3.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby