jekyll-dash 1.0.9 → 1.0.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/dash/_layout.scss +5 -0
- 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: 4abc22b489b8305af11f1e7a0be6cff36b39b39aa35c7a21a2ca21545e5717db
|
4
|
+
data.tar.gz: 99f3fe674706e184afa728503a201d8002f058c6d7a0512f8ea9cc42ab61863b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0484d4022387dd03676d14a182844040c91f6644d46975993890ac3ba59ad358f3d9098d7e967a64defc9fa12b82653e9891b32b41f2f2d6537adfb338d3116
|
7
|
+
data.tar.gz: 9ceb3aecfc567de8c3de75e1bb9247d9b13452fdc5d1493ea7031a93921407c9f9310b652f7f3a2690a471a2353234d8e93fe0afbec0d43227b4e23bdcf183b5
|
data/_sass/dash/_layout.scss
CHANGED
@@ -34,6 +34,10 @@
|
|
34
34
|
}
|
35
35
|
}
|
36
36
|
|
37
|
+
.site-footer {
|
38
|
+
margin-bottom: 2em
|
39
|
+
}
|
40
|
+
|
37
41
|
.wrapper {
|
38
42
|
text-align: justify;
|
39
43
|
}
|
@@ -103,6 +107,7 @@
|
|
103
107
|
|
104
108
|
.tag-cloud {
|
105
109
|
margin-bottom: 2em;
|
110
|
+
text-align: left;
|
106
111
|
& > a {
|
107
112
|
display: inline-block;
|
108
113
|
margin-bottom: 1em;
|