jekyll-theme-minimalistic 0.3.9 → 0.3.10
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 +12 -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: 28af68dbb97f0a847e1a73e6cf57d400de56eb1a16862ade6e97d7f394fb962d
|
|
4
|
+
data.tar.gz: de612db30505f07e1cd5c83d10924391cdfecdf3ce7a9eaeed188113224bebfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af761d3f8be1b7570c3b0082789cab4b4a71c9e7fdecf6edccd521e94db724f4dbb00add6cf91ade9c43391a27e4752ec397b2c12939a4c57b6242c1c5cb5074
|
|
7
|
+
data.tar.gz: a9731999e1d2ac1afd0331a0679c335105e7de1d20af4b9dac0593a9b418addf380481e18413291790d85187f39e7f99a158dea509521b23f3fd40909bddb108
|
|
@@ -101,7 +101,6 @@ p.link {
|
|
|
101
101
|
|
|
102
102
|
ul.link {
|
|
103
103
|
list-style-type: none;
|
|
104
|
-
margin: 0;
|
|
105
104
|
padding: 0.4px;
|
|
106
105
|
}
|
|
107
106
|
|
|
@@ -117,6 +116,10 @@ ul.link:last-child {
|
|
|
117
116
|
display: none !important;
|
|
118
117
|
}
|
|
119
118
|
|
|
119
|
+
.link-wrapper-mobile ul.link {
|
|
120
|
+
margin: 0 0 20px;
|
|
121
|
+
}
|
|
122
|
+
|
|
120
123
|
.wrapper {
|
|
121
124
|
width: 860px;
|
|
122
125
|
margin: 0 auto;
|
|
@@ -286,7 +289,6 @@ hr {
|
|
|
286
289
|
|
|
287
290
|
.link-wrapper-mobile {
|
|
288
291
|
display:block !important;
|
|
289
|
-
margin-bottom: 20px;
|
|
290
292
|
}
|
|
291
293
|
|
|
292
294
|
.sidebar {
|
|
@@ -305,6 +307,7 @@ hr {
|
|
|
305
307
|
|
|
306
308
|
footer {
|
|
307
309
|
display: initial;
|
|
310
|
+
margin: 20px 0 0;
|
|
308
311
|
}
|
|
309
312
|
|
|
310
313
|
div.wrapper {
|
|
@@ -322,10 +325,14 @@ hr {
|
|
|
322
325
|
section {
|
|
323
326
|
border: 1px solid var(--clr-splitter-blockquote-and-section);
|
|
324
327
|
border-width: 1px 0;
|
|
325
|
-
padding:
|
|
328
|
+
padding: 0;
|
|
326
329
|
margin: 0 0 20px;
|
|
327
330
|
}
|
|
328
331
|
|
|
332
|
+
.header-title-mobile section {
|
|
333
|
+
padding: 20px 0;
|
|
334
|
+
}
|
|
335
|
+
|
|
329
336
|
.header-title {
|
|
330
337
|
display: none;
|
|
331
338
|
}
|
|
@@ -334,7 +341,7 @@ hr {
|
|
|
334
341
|
display: block;
|
|
335
342
|
}
|
|
336
343
|
|
|
337
|
-
h2, h3, h4, h5, h6 {
|
|
344
|
+
.header-title-mobile h1, h2, h3, h4, h5, h6 {
|
|
338
345
|
margin: 15px 0 15px;
|
|
339
346
|
}
|
|
340
347
|
|
|
@@ -353,7 +360,7 @@ hr {
|
|
|
353
360
|
|
|
354
361
|
.logo {
|
|
355
362
|
float: right;
|
|
356
|
-
width:
|
|
363
|
+
width: 110px;
|
|
357
364
|
box-sizing: border-box;
|
|
358
365
|
margin-bottom: 0px;
|
|
359
366
|
}
|