jekyll-theme-minimalistic 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01af061a9ce54dbc034ccec8cce434a0b9731ab116047d23cca53223c63ae809
4
- data.tar.gz: 5e7348dfdd35b3f285db18a22efb5e796f8d721c2ed600582fdc4c80f3faa722
3
+ metadata.gz: 28af68dbb97f0a847e1a73e6cf57d400de56eb1a16862ade6e97d7f394fb962d
4
+ data.tar.gz: de612db30505f07e1cd5c83d10924391cdfecdf3ce7a9eaeed188113224bebfe
5
5
  SHA512:
6
- metadata.gz: 418674fb1ffc04ca5edbb33959444cfb20bbabd4fc7ec3481e1f9c2c8d7f0c044e6b9e69d1332bebee9801df0b5295cd53777132111291f72591718f7422b1f8
7
- data.tar.gz: f2abce246be070fe47c06f9b7ed2799ed1b338ee9b6c67d666926827f6c8b896f118bcb1ec5abe09e23ebadbde4a006661055beab93490d88436f61ace4939e0
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: 20px 0;
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: 100px;
363
+ width: 110px;
357
364
  box-sizing: border-box;
358
365
  margin-bottom: 0px;
359
366
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimalistic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vaibhav Vikas