jekyll-theme-jsblog 1.0.25 → 1.0.26

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4475bd973c44a49ad1ca2e57b08eb41c2bc84f5728cb48bcd4f4e9cdb47f2ff7
4
- data.tar.gz: d635fe9654ef68343122f56ec73b26f780b66049495323689d47f2831cd2d3af
3
+ metadata.gz: f17b202b6de3a313f339b521cc0e17600bbf1d59601c36d7ec3b80ca4634ab4e
4
+ data.tar.gz: a8e4f5bccda4e94089a2fe5e64b6c8a2c813459586fbcc45df1064536e7d7c7d
5
5
  SHA512:
6
- metadata.gz: 28ee81c147d1faef970ce6cef6ddd7f23568ab0050832d943c544762268823d1629291ae383f799a0a87a07785ea7dffc4a33c4d71550aaf8ff8a96a010971b2
7
- data.tar.gz: 35b9d7e423ddacf79aff64cafe72d6df2fc9b3c5e38afadd5e728d08de7c8594c64615cf3b89177dc6b4fba0aaa6c81c980adf6d66b5a8dcb93d4908f173226c
6
+ metadata.gz: c37edbb2c1593e8154698efdc32b3841c02eb9fbfcce93622975f6ee2e1606d3eaf0872bd0ed41397aa1edaa0ab46da0d9bea6429ef42a351a906ee22f41d740
7
+ data.tar.gz: bf7032c592aa2e8cab5b5430632c4dc8284806d2c3809c65e4d72d50d884ac56d9dcc7284b98e2e5e5213c4b30cc7f794927acce42176ccf42d99731b8661dae
data/_layouts/post.html CHANGED
@@ -13,7 +13,7 @@ layout: default
13
13
 
14
14
  {% if page.download %}
15
15
  <br>
16
- <p class="post-meta"><a href="{{ page.download }}"><i class="fas fa-arrow-alt-circle-down"></i> Download Materials</a></p>
16
+ <p class="post-lead"><a href="{{ page.download }}"><i class="fas fa-arrow-alt-circle-down"></i> Download Materials</a></p>
17
17
  {% endif %}
18
18
  </header>
19
19
 
@@ -180,7 +180,7 @@ hr {
180
180
  border: 0;
181
181
  height: 1px;
182
182
  background: #d6d6d6;
183
- margin: 65px 0
183
+ margin: 40px 0
184
184
  }
185
185
 
186
186
 
@@ -186,6 +186,20 @@
186
186
  }
187
187
  }
188
188
 
189
+ .post-lead {
190
+ font-size: $lead-font-size;
191
+ line-height: 1.5;
192
+ letter-spacing: .017em;
193
+
194
+ @include media-query($on-medium) {
195
+ font-size: $lead-small-font-size;
196
+ }
197
+
198
+ @include media-query($on-small) {
199
+ font-size: $lead-small-font-size;
200
+ }
201
+ }
202
+
189
203
  .post-meta {
190
204
  font-size: $meta-font-size;
191
205
  line-height: 1.19048;
@@ -312,7 +326,7 @@
312
326
  h1 {
313
327
  font-size: $title-font-size;
314
328
  line-height: 1.09375;
315
- font-weight: 500;
329
+ font-weight: 600;
316
330
  letter-spacing: .011em;
317
331
 
318
332
  @include media-query($on-medium) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.25
4
+ version: 1.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo