jumbo-jekyll-theme 4.3.3 → 4.3.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/core/blog.scss +4 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b89249af776ac4bdaba2a00eb47c2398f633094d9f49365354b48c32c307daf
4
- data.tar.gz: 220ca554252cc9e91b56c35972e9dc027c017a52eb099969b60ae96095295c98
3
+ metadata.gz: f35c0876a1115d38a5656c8aae97069ee8c85eec6a6d1ac1316b21b07a42dd2f
4
+ data.tar.gz: 5f54c6d76b57426fff42218fec878e22e95eebf0194144eed39f3edf9d90ff24
5
5
  SHA512:
6
- metadata.gz: e8b3288b303b0ef25c7835384fd04c8e1dba49fb186690a87479cc95ec27ff584d14304e5eaa863e97cb3a406f9bedbec31abf543bff4941605499db4ca44c08
7
- data.tar.gz: b036410833ed951247640e82681bc4a4e44df2ee6d48113d4a4b616111becd7cd620a5501dc2240f3bd64bd0fd53140b2e5fb5903a5a6372976ac73d3b59f2af
6
+ metadata.gz: 0f7680217ebe8456b3006e3ec379be7e16af5e4ff0c4525d75b5a5e8a31ac2b07e09cf13f5d54034d33f92d73d2983faf0a4c2b4ec42e1acd959269960dcb1ee
7
+ data.tar.gz: 5aaee050941ae4986a9f2bdbf11b3b994124394ef89c1292372bd0aa4c90e43ca07215db1569798d19086f2c26b8998998c487fbc875755bbd0bc9a5797d6f3b
data/_sass/core/blog.scss CHANGED
@@ -493,11 +493,12 @@ pre.highlight {
493
493
  height: 100%;
494
494
  max-height: none !important;
495
495
  width: 100% !important;
496
- object-fit: contain !important;
496
+ object-fit: cover !important;
497
497
  }
498
498
  #wrapper .latest-featured-post{
499
499
  padding-right:0px;
500
500
  padding-left:0px;
501
+ height: 100%;
501
502
  }
502
503
 
503
504
  .col-xs-12.col-sm-5.col-sm-pull-7.latest-featured-post-content {
@@ -524,7 +525,7 @@ pre.highlight {
524
525
  .post-cat {
525
526
  padding: 5px;
526
527
  margin-bottom: 5px;
527
- color: #20937b;
528
+ color: $brand-primary;
528
529
  font-weight: bold;
529
530
  display: inline-block;
530
531
  text-transform: uppercase;
@@ -600,7 +601,7 @@ pre.highlight {
600
601
  position: absolute;
601
602
  top:0px;
602
603
  opacity:.4;
603
- background-color:#20937a;
604
+ background-color:$brand-primary;
604
605
  }
605
606
  .blog-featured-image{
606
607
  position: relative;
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: 4.3.3
4
+ version: 4.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby