jekyll-theme-yat 1.5.2 → 1.5.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_sass/yat/_layout.scss +13 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7798cd9d88a662d31fa6307d3e6023f1855e45a4354f4416ce2151fe3eb9cc9
4
- data.tar.gz: ab43762bac580d9a597590120dc13b381349889343c4c3c45e76da9a6f3b1365
3
+ metadata.gz: 1d298e53ce0ab4f109de5d89f3da05a0a7b23e0e32e37b7e5a9ef0636c9ce3bb
4
+ data.tar.gz: 72b2b04a663a236aa0b1e3016a9ecbf0530a12198efa29e8d75980e10d207ed7
5
5
  SHA512:
6
- metadata.gz: c84f727863bb487ede96c9f98503ddfff7475f7703095940425134a11d42298e8850cfa8e019e0e51f085618373a5312ab6578a7254e0101b77465b03ad014e3
7
- data.tar.gz: 8f6fe2eebc563c1d83ab715c4cb1083cb870a34d0518f5dfe00bb14dc8b24d37c31cd5888a0b0e239f7c14c4dad9a2915df75800581a14c413d78d7535e645c6
6
+ metadata.gz: ad213b0337a5b5a3b60d4fd281a8234a78bde4204fe80fef6bc105ea3afbad38bda338688da2a7981c33ce699893a33c1dbd32df488adc1f84cdd772de2dcc9e
7
+ data.tar.gz: 6bc8650cf7e58724f4fbf29116a04cfb348e032d9bc6ab23886ae6b7ce5fbc222a371b2e33bf754b263fa64dbd2dec66fe57cf3fe72a0536cb6f6e9aac643a54
data/README.md CHANGED
@@ -33,7 +33,7 @@ Hey, nice to meet you, you found this Jekyll theme. Here the yet another theme i
33
33
  - Google Translation support.
34
34
  - New post tag support.
35
35
 
36
- Also, visit the live [demo][yat-live-demo] site for the theme.
36
+ Also, visit the [Live Demo][yat-live-demo] site for the theme.
37
37
 
38
38
  ## Installation
39
39
 
@@ -392,6 +392,9 @@ html {
392
392
 
393
393
  .post-content {
394
394
  margin-bottom: $spacing-unit;
395
+ overflow-wrap: break-word;
396
+ word-wrap: break-word;
397
+ word-break: break-all;
395
398
 
396
399
  h2 {
397
400
  @include relative-font-size(2);
@@ -417,7 +420,7 @@ html {
417
420
  }
418
421
  }
419
422
 
420
- img, iframe {
423
+ img, svg, iframe {
421
424
  margin-left: auto;
422
425
  margin-right: auto;
423
426
  display: block;
@@ -587,8 +590,7 @@ html {
587
590
  > :nth-child(1) {
588
591
  @include relative-font-size(3.9);
589
592
  letter-spacing: -1px;
590
- line-height: 0.95;
591
- margin-bottom: 18px;
593
+ margin-bottom: 16px;
592
594
  font-weight: normal;
593
595
  transition: 0.2s all;
594
596
 
@@ -611,6 +613,10 @@ html {
611
613
  @include relative-font-size(1.525);
612
614
  color: #ffffffcc;
613
615
  padding-right: 280px;
616
+
617
+ @include media-query($on-palm) {
618
+ padding-right: 0;
619
+ }
614
620
  }
615
621
 
616
622
  .post-meta {
@@ -625,6 +631,10 @@ html {
625
631
  color: #999;
626
632
  padding-right: 280px;
627
633
 
634
+ @include media-query($on-palm) {
635
+ padding-right: 0;
636
+ }
637
+
628
638
  .post-tag {
629
639
  @include relative-font-size(1.125);
630
640
  display: inline-block;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-yat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jeffreytse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-11 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler