jumbo-jekyll-theme 4.3.1 → 4.3.2

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: 6eba867df92ba51aee0168da0c1c69a3108319bbdc626bd6001b87c9a5973e68
4
- data.tar.gz: 8b9722d414fd6e8337c4858de6828918157a93e7b409ff9fbcfab2fa0ff10c27
3
+ metadata.gz: 14763fb172f85196ee80e4fac040b92e6a7cc70f7a19ad265cf38b3aeed401b3
4
+ data.tar.gz: 2a3ccda79da79188b38ff2b555b0308d7c6f1410d2618ed6626d5ec94b012f94
5
5
  SHA512:
6
- metadata.gz: b9aef394c45ad578d9f682298ea3007b370cc0952e7a99920e23c4c92cff0fd7502166d29222fa9c22b53352d05d86f93d3de784eede46f962e42200d625365b
7
- data.tar.gz: 7598e453013a1864ef92a0a69c5f99b2a5ad1738c1f5bd1faf481b148fabd1fe80b77bbb41687859aca889ab25f458ed8b7c7eefa0bddb7673771ff5544a68c0
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}}">
@@ -533,7 +533,7 @@ pre.highlight {
533
533
  border-radius: 10px;
534
534
  overflow: hidden;
535
535
  background-color: white;
536
- margin-right: 30px;
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 + 4) > .blog-post-item {
637
- margin-right:0px !important;
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.1
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-27 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll