imdhemy-jekyll-theme 1.2.1 → 1.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/components/_core.scss +65 -25
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a07233cc0c34a281eea8105c4920e6b056f33fc75ca06d6dad4877fd091bcc96
4
- data.tar.gz: 4bbf253795211006906cb6dd4f2d0f1c868ae4fbe831142bbd53e270a6d496dd
3
+ metadata.gz: 50c76c388dec9fe274dcc46260a08128270c6af8b704976dd8f6533cd8a2ce35
4
+ data.tar.gz: f10e6dd11fb0deaaa7f3b33da00480c66c25fd41c4f11c724bbefbe6a400b1c3
5
5
  SHA512:
6
- metadata.gz: be9f186c687ff71eb3745cff609f4095923e448f8b70181f2c8f278d5e494c1c559059d6867b0819c1a4c3b43157d700d4332d96ca4bfe6c8b5f7c6a715a54f3
7
- data.tar.gz: bc06729e020dc96cdd5eb19b0fb66e86a65708d8c0f239299c268c43e98639a9f921fa8b2be9c16091cfa6bc2c2692602715e5b730918cadf588484902b4d21e
6
+ metadata.gz: 57973fec87dd5ee464ca42b973d392cac994f3929489906d111a98b8795d6c699944b41e52d20dfa6666cff734e3b1cde9cfa7494bde1631bdfe9eb15b2e767b
7
+ data.tar.gz: 1596774bef060733b074cc218c5a6990c09300cbe34f1d0330fc49f505ab47fbeb5eb6b4671d98395048ee5122c2b65a337aa6b1fbb05043b9498f173d8e957a
@@ -231,9 +231,12 @@
231
231
 
232
232
  .hero-title {
233
233
  margin-bottom: 2rem;
234
- font-size: 1.875rem;
234
+ font-size: clamp(1.95rem, 4.2vw, 3rem);
235
235
  font-weight: 700;
236
- line-height: 1.1;
236
+ line-height: 1.12;
237
+ letter-spacing: -0.015em;
238
+ text-wrap: balance;
239
+ overflow-wrap: break-word;
237
240
  }
238
241
 
239
242
  .hero-title__accent {
@@ -309,8 +312,11 @@
309
312
  .testimonials__title {
310
313
  margin-bottom: 2rem;
311
314
  text-align: center;
312
- font-size: 1.875rem;
315
+ font-size: clamp(1.5rem, 2.8vw, 2rem);
313
316
  font-weight: 700;
317
+ line-height: 1.2;
318
+ letter-spacing: -0.01em;
319
+ text-wrap: balance;
314
320
  }
315
321
 
316
322
  .section-subtitle,
@@ -454,9 +460,12 @@
454
460
  .post-card__title {
455
461
  margin-bottom: 0.85rem;
456
462
  font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
457
- font-size: 1.875rem;
458
- font-weight: 900;
459
- line-height: 1.2;
463
+ font-size: clamp(1.28rem, 2.3vw, 1.75rem);
464
+ font-weight: 800;
465
+ line-height: 1.25;
466
+ letter-spacing: -0.01em;
467
+ text-wrap: balance;
468
+ overflow-wrap: break-word;
460
469
  }
461
470
 
462
471
  .post-card__title-link {
@@ -500,8 +509,12 @@
500
509
 
501
510
  .post-title {
502
511
  font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
503
- font-size: 1.5rem;
512
+ font-size: clamp(1.45rem, 3vw, 2.1rem);
504
513
  font-weight: 900;
514
+ line-height: 1.18;
515
+ letter-spacing: -0.012em;
516
+ text-wrap: balance;
517
+ overflow-wrap: break-word;
505
518
  }
506
519
 
507
520
  .post-header__meta {
@@ -769,9 +782,9 @@
769
782
 
770
783
  .post-page .post-title {
771
784
  margin-bottom: 0.95rem;
772
- font-size: clamp(2rem, 4.8vw, 3.25rem);
773
- line-height: 1.15;
774
- letter-spacing: -0.015em;
785
+ font-size: clamp(1.85rem, 4.6vw, 3rem);
786
+ line-height: 1.16;
787
+ letter-spacing: -0.014em;
775
788
  }
776
789
 
777
790
  .post-page .post-image-wrap {
@@ -933,10 +946,12 @@
933
946
 
934
947
  .page-article__title {
935
948
  margin: 0 0 1rem;
936
- font-size: clamp(2rem, 4.8vw, 3.45rem);
949
+ font-size: clamp(1.9rem, 4.9vw, 3.2rem);
937
950
  font-weight: 800;
938
- line-height: 1.15;
939
- letter-spacing: -0.015em;
951
+ line-height: 1.16;
952
+ letter-spacing: -0.014em;
953
+ text-wrap: balance;
954
+ overflow-wrap: break-word;
940
955
  }
941
956
 
942
957
  .page-article__description {
@@ -1060,10 +1075,12 @@
1060
1075
 
1061
1076
  .page-header__title {
1062
1077
  margin-bottom: 2rem;
1063
- font-size: 4.75rem;
1078
+ font-size: clamp(2.05rem, 7vw, 4.2rem);
1064
1079
  font-weight: 700;
1065
- line-height: 1;
1080
+ line-height: 1.05;
1066
1081
  letter-spacing: -0.02em;
1082
+ text-wrap: balance;
1083
+ overflow-wrap: break-word;
1067
1084
  }
1068
1085
 
1069
1086
  .page-header__title--centered {
@@ -1690,10 +1707,6 @@
1690
1707
  display: none;
1691
1708
  }
1692
1709
 
1693
- .hero-title {
1694
- font-size: 3rem;
1695
- }
1696
-
1697
1710
  .hero-description {
1698
1711
  font-size: 1.5rem;
1699
1712
  line-height: 2.5rem;
@@ -1711,10 +1724,6 @@
1711
1724
  margin-bottom: 0;
1712
1725
  }
1713
1726
 
1714
- .post-title {
1715
- font-size: 2.25rem;
1716
- }
1717
-
1718
1727
  .page-header__layout {
1719
1728
  padding-inline: 0;
1720
1729
  }
@@ -1739,8 +1748,23 @@
1739
1748
  }
1740
1749
 
1741
1750
  .page-header__title {
1742
- font-size: 3rem;
1743
- line-height: 1.05;
1751
+ font-size: clamp(1.85rem, 9vw, 2.8rem);
1752
+ line-height: 1.08;
1753
+ }
1754
+
1755
+ .post-card__title {
1756
+ font-size: clamp(1.16rem, 5.8vw, 1.45rem);
1757
+ line-height: 1.28;
1758
+ }
1759
+
1760
+ .post-page .post-title {
1761
+ font-size: clamp(1.5rem, 7.4vw, 2.1rem);
1762
+ line-height: 1.2;
1763
+ }
1764
+
1765
+ .page-article__title {
1766
+ font-size: clamp(1.55rem, 7.2vw, 2.25rem);
1767
+ line-height: 1.2;
1744
1768
  }
1745
1769
 
1746
1770
  .content {
@@ -1844,6 +1868,22 @@
1844
1868
  }
1845
1869
  }
1846
1870
 
1871
+ @media (max-width: 420px) {
1872
+ .post-card__title {
1873
+ font-size: clamp(1.08rem, 7vw, 1.28rem);
1874
+ }
1875
+
1876
+ .post-page .post-title,
1877
+ .page-article__title {
1878
+ font-size: clamp(1.35rem, 8.2vw, 1.7rem);
1879
+ }
1880
+
1881
+ .page-header__title {
1882
+ font-size: clamp(1.65rem, 10vw, 2.25rem);
1883
+ line-height: 1.1;
1884
+ }
1885
+ }
1886
+
1847
1887
  @media (prefers-reduced-motion: reduce) {
1848
1888
  *,
1849
1889
  *::before,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imdhemy-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohamad Eldhemy