sutty-jekyll-theme 0.3.3 → 0.3.5

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: 5498a17149f64054fa345d8f1ca2157915490387fa06fc72062e9acfd0bb4de1
4
- data.tar.gz: dfe5fa3469c750f8433644cb67332d5fed2276039e5e779973ab147165a90d43
3
+ metadata.gz: c89deb11e4bac9a879812318df7f75657b3b8d5da7f97ea597db906a286f1665
4
+ data.tar.gz: 98b9267e7b186466ca8da399c18b0d4af1e2f4549dd723b5e6bbb53d07850deb
5
5
  SHA512:
6
- metadata.gz: 6a61a54deb31f3778eb2ed0e911cfff1a8a21c6cb2c7bcdee350c0aef0dab873194f0e6a522fe8e59f6aac1404614fe24442d02b273c33fe8ce5380e5d77e391
7
- data.tar.gz: 193e285d4233cf6ec244ee86314a9d59d9a585da6dd7f77556f11807508abf05320a68d51639ce21a3463bf6959ce4fd24991a8cd2ea89f5d8d1098cdfa6f10f
6
+ metadata.gz: 2bb4c446c535a3a6ac01f511394283f7b3a1f537d600f5b1b01a7a64a6e71d05df3b781be0e88d850c005ffc9d303c6d3e36c225529e464624fb157714a47c65
7
+ data.tar.gz: 1f5e8dd30e702d0f5dc57bc15d2ee1a5bb497dbea99462f99e2c17ebd50312c63edafcb20b4e6ee967adfed5841ed85a7efa87a6ad377cd625ebf81ba8194960
@@ -29,7 +29,7 @@ layout: default
29
29
  </p>
30
30
  </header>
31
31
 
32
- <div class="e-content" itemprop="articleBody">
32
+ <div class="e-content content" itemprop="articleBody">
33
33
  {{ content }}
34
34
  </div>
35
35
 
@@ -29,7 +29,7 @@ layout: default
29
29
  </p>
30
30
  </header>
31
31
 
32
- <div class="e-content" itemprop="articleBody">
32
+ <div class="e-content content" itemprop="articleBody">
33
33
  {{ content }}
34
34
  </div>
35
35
 
data/_layouts/page.html CHANGED
@@ -38,7 +38,7 @@ layout: default
38
38
  </p>
39
39
  </header>
40
40
 
41
- <div class="e-content" itemprop="articleBody">
41
+ <div class="e-content content" itemprop="articleBody">
42
42
  {{ content }}
43
43
  </div>
44
44
 
data/_layouts/post.html CHANGED
@@ -38,7 +38,7 @@ layout: default
38
38
  </p>
39
39
  </header>
40
40
 
41
- <div class="e-content" itemprop="articleBody">
41
+ <div class="e-content content" itemprop="articleBody">
42
42
  {{ content }}
43
43
  </div>
44
44
 
@@ -29,7 +29,7 @@ layout: default
29
29
  </p>
30
30
  </header>
31
31
 
32
- <div class="e-content" itemprop="articleBody">
32
+ <div class="e-content content" itemprop="articleBody">
33
33
  {{ content }}
34
34
  </div>
35
35
 
@@ -0,0 +1,28 @@
1
+ .content {
2
+ p { min-height: $font-size-base * $line-height-base; }
3
+ h1 { min-height: $h1-font-size * $headings-line-height; }
4
+ h2 { min-height: $h2-font-size * $headings-line-height; }
5
+ h3 { min-height: $h3-font-size * $headings-line-height; }
6
+ h4 { min-height: $h4-font-size * $headings-line-height; }
7
+ h5 { min-height: $h5-font-size * $headings-line-height; }
8
+ h6 { min-height: $h6-font-size * $headings-line-height; }
9
+
10
+ iframe { border: 0; }
11
+
12
+ audio { width: 100%; }
13
+
14
+ img,
15
+ video,
16
+ iframe {
17
+ @extend .img-fluid;
18
+ height: auto;
19
+ }
20
+
21
+ & > * {
22
+ margin-bottom: 1rem;
23
+
24
+ &:last-child {
25
+ margin-bottom: 0;
26
+ }
27
+ }
28
+ }
@@ -16,3 +16,4 @@
16
16
  @import "print";
17
17
  @import "images";
18
18
  @import "custom";
19
+ @import "content";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-06 00:00:00.000000000 Z
12
+ date: 2024-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -187,6 +187,7 @@ files:
187
187
  - _layouts/post.html
188
188
  - _layouts/privacy_policy.html
189
189
  - _sass/buttons.scss
190
+ - _sass/content.scss
190
191
  - _sass/crypto.scss
191
192
  - _sass/custom.css
192
193
  - _sass/images.scss