jekyll-theme-jsblog 1.0.10 → 1.0.11
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/_sass/jsblog.scss +1 -1
- data/_sass/jsblog/_layout.scss +8 -1
- 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: 0761ab6c2ce3400fc61d0e45f3b06eb388a952a0ba306611f0adca7ced9d3158
|
|
4
|
+
data.tar.gz: bca192a0020cd0bba81483f70feaa3a47fc677da7e46a184b8ffeab712fa5ec2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ebc125a46a8859449d6292ab3db65a5a80775762bebca9a6e68cd1f222523c4aeb169b5913fba0b5bfba566d88bba90e1436adf0539c51cd6259e5428a30888
|
|
7
|
+
data.tar.gz: 0b5eebd2f078b90037da20db5f0fe75922d05b43870be36b3587ffcc10d0bcfb57edd5c4b1a654d469ea75356449438855e03b4e58e05e8dfb0f2b62f86a2966
|
data/_sass/jsblog.scss
CHANGED
|
@@ -23,7 +23,7 @@ $meta-font-size: 21px !default;
|
|
|
23
23
|
$meta-small-font-size: 19px !default;
|
|
24
24
|
|
|
25
25
|
$lead-font-size: 20px !default;
|
|
26
|
-
$lead-small-font-size:
|
|
26
|
+
$lead-small-font-size: 17px !default;
|
|
27
27
|
|
|
28
28
|
$base-font-size: 17px !default;
|
|
29
29
|
$caption-font-size: 17px !default;
|
data/_sass/jsblog/_layout.scss
CHANGED
|
@@ -240,7 +240,6 @@
|
|
|
240
240
|
letter-spacing: .004em;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
|
|
244
243
|
@include media-query($on-small) {
|
|
245
244
|
font-size: $title-small-font-size;
|
|
246
245
|
line-height: 1.14815;
|
|
@@ -257,6 +256,14 @@
|
|
|
257
256
|
line-height: 1.5;
|
|
258
257
|
font-weight: 300;
|
|
259
258
|
letter-spacing: .017em;
|
|
259
|
+
|
|
260
|
+
@include media-query($on-medium) {
|
|
261
|
+
font-size: $lead-small-font-size;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@include media-query($on-small) {
|
|
265
|
+
font-size: $lead-small-font-size;
|
|
266
|
+
}
|
|
260
267
|
}
|
|
261
268
|
|
|
262
269
|
// Headers
|