jumbo-jekyll-theme 4.3.3 → 4.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/blog.scss +4 -3
- 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: f35c0876a1115d38a5656c8aae97069ee8c85eec6a6d1ac1316b21b07a42dd2f
|
4
|
+
data.tar.gz: 5f54c6d76b57426fff42218fec878e22e95eebf0194144eed39f3edf9d90ff24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
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
|
604
|
+
background-color:$brand-primary;
|
604
605
|
}
|
605
606
|
.blog-featured-image{
|
606
607
|
position: relative;
|