sutty-jekyll-theme 0.3.3 → 0.3.4

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: 8465047c305ef8fc7ab18e5648b3099fa0aedd67641867bdda6f65b40b27496a
4
+ data.tar.gz: 339135a18ab01ab5f7002d3691031407c976b6c2d1eae3cd04dfcd5713a97cea
5
5
  SHA512:
6
- metadata.gz: 6a61a54deb31f3778eb2ed0e911cfff1a8a21c6cb2c7bcdee350c0aef0dab873194f0e6a522fe8e59f6aac1404614fe24442d02b273c33fe8ce5380e5d77e391
7
- data.tar.gz: 193e285d4233cf6ec244ee86314a9d59d9a585da6dd7f77556f11807508abf05320a68d51639ce21a3463bf6959ce4fd24991a8cd2ea89f5d8d1098cdfa6f10f
6
+ metadata.gz: 883ea617e4619869e84ba2103193af73defa51654a35825e1da28abd4fbf3ba64cbb0e0d4780d202ee256c304a67f3731b80252348a2c66548520b4e5ef6d650
7
+ data.tar.gz: a045a105549915f486dbd47cef56008fdfe84938c8810e6a98e543add8c1a241e7ad3c991f1611a6876b9e12d0857a715c67eeaa8a620a5c41b16890c0989791
@@ -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.4
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-19 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