jekyll-theme-minimalistic 0.3.10 → 0.3.11
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/jekyll-theme-minimalistic.scss +2 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11d289e14d37ea617d1c44355ef394695393586d05c19579ac3b529603ffa403
|
|
4
|
+
data.tar.gz: 004b9654fe30ff901c8836967c7370aaeefeb1bd93cf36b6a8d8008ccc2a9c2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58b0e82a87350f3481921665c90822e143cc6da1f4ae786d5929c7386f4d69159406b055637c977aabb3b380f0b21e0d4a8534db06cd3e7daadc2d1f0c592bc6
|
|
7
|
+
data.tar.gz: ab2e09740656f72b2b030685d516f200f6673abf8fe6e91cb46eb9abfe2fab1b79a6c7f570817049333b407eebeabb318ca2f672de5cf9bacfb02686f973c8bc
|
|
@@ -325,7 +325,7 @@ hr {
|
|
|
325
325
|
section {
|
|
326
326
|
border: 1px solid var(--clr-splitter-blockquote-and-section);
|
|
327
327
|
border-width: 1px 0;
|
|
328
|
-
padding: 0;
|
|
328
|
+
padding: 20px 0 0;
|
|
329
329
|
margin: 0 0 20px;
|
|
330
330
|
}
|
|
331
331
|
|
|
@@ -341,11 +341,8 @@ hr {
|
|
|
341
341
|
display: block;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.header-title-mobile h1, h2, h3, h4, h5, h6 {
|
|
345
|
-
margin: 15px 0 15px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
344
|
.header-title-mobile h1 {
|
|
345
|
+
margin: 15px 0 15px;
|
|
349
346
|
line-height: 1.1;
|
|
350
347
|
}
|
|
351
348
|
|