sutty-jekyll-theme 0.3.2 → 0.3.4
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/content.scss +28 -0
- data/assets/css/styles.scss +1 -0
- metadata +3 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8465047c305ef8fc7ab18e5648b3099fa0aedd67641867bdda6f65b40b27496a
|
|
4
|
+
data.tar.gz: 339135a18ab01ab5f7002d3691031407c976b6c2d1eae3cd04dfcd5713a97cea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 883ea617e4619869e84ba2103193af73defa51654a35825e1da28abd4fbf3ba64cbb0e0d4780d202ee256c304a67f3731b80252348a2c66548520b4e5ef6d650
|
|
7
|
+
data.tar.gz: a045a105549915f486dbd47cef56008fdfe84938c8810e6a98e543add8c1a241e7ad3c991f1611a6876b9e12d0857a715c67eeaa8a620a5c41b16890c0989791
|
data/_sass/content.scss
ADDED
|
@@ -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
|
+
}
|
data/assets/css/styles.scss
CHANGED
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.
|
|
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:
|
|
12
|
+
date: 2024-04-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|
|
@@ -109,20 +109,6 @@ dependencies:
|
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
|
-
- !ruby/object:Gem::Dependency
|
|
113
|
-
name: jekyll-embed-urls
|
|
114
|
-
requirement: !ruby/object:Gem::Requirement
|
|
115
|
-
requirements:
|
|
116
|
-
- - ">="
|
|
117
|
-
- !ruby/object:Gem::Version
|
|
118
|
-
version: '0'
|
|
119
|
-
type: :runtime
|
|
120
|
-
prerelease: false
|
|
121
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
122
|
-
requirements:
|
|
123
|
-
- - ">="
|
|
124
|
-
- !ruby/object:Gem::Version
|
|
125
|
-
version: '0'
|
|
126
112
|
- !ruby/object:Gem::Dependency
|
|
127
113
|
name: bundler
|
|
128
114
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -201,6 +187,7 @@ files:
|
|
|
201
187
|
- _layouts/post.html
|
|
202
188
|
- _layouts/privacy_policy.html
|
|
203
189
|
- _sass/buttons.scss
|
|
190
|
+
- _sass/content.scss
|
|
204
191
|
- _sass/crypto.scss
|
|
205
192
|
- _sass/custom.css
|
|
206
193
|
- _sass/images.scss
|