jumbo-jekyll-theme 4.3.1 → 4.3.2
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.
- checksums.yaml +4 -4
- data/_includes/display-blog-posts.html +8 -0
- data/_sass/core/blog.scss +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14763fb172f85196ee80e4fac040b92e6a7cc70f7a19ad265cf38b3aeed401b3
|
|
4
|
+
data.tar.gz: 2a3ccda79da79188b38ff2b555b0308d7c6f1410d2618ed6626d5ec94b012f94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7b5576e2ee1e4cec5111844aa8610c90c1b6163b77ca729e12829a28477f4687519eb5372ce594d9227bfb0eb53d2a5d8eac26a195d9fde3f8bf3e62e6cdc2f
|
|
7
|
+
data.tar.gz: ec410d9209a12549fdcd36d3a5974dbfecb0bb63c4c6b7dc9571bc5b7ee5d20cd9e401d6712167f06c9eae2d957253172157daf502a76d5f048f93500837ce37
|
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
{% assign recent_posts = "now" | date: "%s" | minus: timeframe %}
|
|
9
9
|
{% if site.data.settings.blog.show_thumbnails %}
|
|
10
10
|
{% if forloop.first and paginator.page == 1 %}
|
|
11
|
+
<style>
|
|
12
|
+
@media(min-width: 1000px){
|
|
13
|
+
.blog-post-item-col:nth-child(3n+2) > .blog-post-item {
|
|
14
|
+
margin-right:0px !important;
|
|
15
|
+
margin-left:0px !important;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
11
19
|
<div class="featured-post-row">
|
|
12
20
|
<div class="col-xs-12 col-sm-7 col-sm-push-5 latest-featured-post">
|
|
13
21
|
<a href="{{post.url}}">
|
data/_sass/core/blog.scss
CHANGED
|
@@ -533,7 +533,7 @@ pre.highlight {
|
|
|
533
533
|
border-radius: 10px;
|
|
534
534
|
overflow: hidden;
|
|
535
535
|
background-color: white;
|
|
536
|
-
margin-right:
|
|
536
|
+
margin-right: 15px;
|
|
537
537
|
@media(max-width: $screen-sm-min){
|
|
538
538
|
margin-left: 15px;
|
|
539
539
|
margin-right: 15px;
|
|
@@ -633,8 +633,9 @@ pre.highlight {
|
|
|
633
633
|
text-align: center;
|
|
634
634
|
}
|
|
635
635
|
@media(min-width: $screen-sm-min){
|
|
636
|
-
.blog-post-item-col:nth-child(3n
|
|
637
|
-
margin-right:
|
|
636
|
+
.blog-post-item-col:nth-child(3n+2) > .blog-post-item {
|
|
637
|
+
margin-right:15px !important;
|
|
638
|
+
margin-left:0px !important;
|
|
638
639
|
}
|
|
639
640
|
}
|
|
640
641
|
.row.blog-section {
|
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: 4.3.
|
|
4
|
+
version: 4.3.2
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|