jekyll-dash 1.1.1 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dce4d7636f47ae1d0b2477535c572cd3f62b70ecb1df35f4cf3053fd0a66c84
4
- data.tar.gz: 29f66ca1339ab8b111d58790209e81734bc36e13528725f42d8d626ce48026ea
3
+ metadata.gz: d5e2bac4fbf673ff9297b16ae9efb8579ec63a3fd754ad011f6b22f36f9565d6
4
+ data.tar.gz: 3f99550e82c481cde80d35b6573b35615ebe8b0c8f1b7909f88a0decfe153304
5
5
  SHA512:
6
- metadata.gz: 4e5580c8977c2b726d53bb55af99b817bc30d68ee9cc1652e7a884c671606f35f13ac1398d8ca5a3d3a07853389795cc04beb54455d38d06542776d5d6a0b165
7
- data.tar.gz: d4921fce0dafa1517d3033038d65ea1895aff67cb7a4998ca2f4bc8e92b49505ad0355d2523a0403098d10b518729fad3412224784f48ae018e2a24e57add8af
6
+ metadata.gz: 2d11b047a60ebb1b0367553348861d11cf0127259f97ecbc6a190810b03aa404887d74c7624a0132a82f78da49783a5467ea069223501de9250313e207e7e7b0
7
+ data.tar.gz: 1d1e24eb69894d62fa2180766c320385f08103deace1fc0af90125c8300bdbd31af8758eece52e2030d008c50018cd547cc7d4abc58889b9186a45dd009aecd5
@@ -1,5 +1,5 @@
1
1
  <footer class="site-footer">
2
2
  <div class="wrapper">
3
- <div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a></div>
3
+ <div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> theme for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a> made with <i class="fas fa-heart"></i></div>
4
4
  </div>
5
5
  </footer>
@@ -147,9 +147,11 @@
147
147
 
148
148
  ol > li {
149
149
  margin-left: 1em;
150
+ line-height: $base-line-height * 1.35;
150
151
  }
151
152
 
152
153
  ul > li {
154
+ line-height: $base-line-height * 1.35;
153
155
  color: lighten($color-green, 25%);
154
156
  list-style: none;
155
157
  margin-left: 0;
@@ -157,6 +159,7 @@
157
159
  svg {
158
160
  color: $color-green;
159
161
  margin-right: 0.5em;
162
+ margin-bottom: -1px;
160
163
  }
161
164
 
162
165
  &:before {
@@ -182,7 +185,7 @@
182
185
 
183
186
  & > blockquote {
184
187
  margin-top: 2em;
185
- margin-bottom: 2em;
188
+ margin-bottom: 1em;
186
189
  margin-left: 0.5em;
187
190
  font-style: italic;
188
191
  color: lighten($color-yellow, 20%);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Gonzalez Sanchez