jekyll-theme-open-project 1.1.3 → 1.1.4

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: e95b2d856bcf987fb67dcee4adc422576e929adc6d94826a4d330391e8c83db0
4
- data.tar.gz: d2d8c6d7ab7515dad32a37d74725c3684f5d776ce5acff7603a3480fc9f38711
3
+ metadata.gz: 791a372fa8914d810d98620f7b25c2a0190ebdb146e66b751a0e78cd3c984946
4
+ data.tar.gz: 7767ec6ee623e21cd2bd548ad0f88c2f952d4eebe880a1bc518393da755ca3cb
5
5
  SHA512:
6
- metadata.gz: fb6a1826f4032e183de6f54e4afef170a9953efc920bf8e9e7426e9725b931aec75cb6eb508362bc6dc21cd55efda8fb7fe9e006c1d54f3a895dd6b8c8bebc13
7
- data.tar.gz: 0cd8a4eb5bd71b523c13d2211b9b3de70f195320d100df53cdfc9f05dc002b2070300a5c42af00b99dfbe37d690a89639f8d00a1e368d7cf7f10fcf4822eba1c
6
+ metadata.gz: c00ba26136da403b8d31f0e755f90bad6ee8c749cc8df4371ecf6d7a90b5a9a66a829b24e6cd43c79d511043ab94cdf601069c3af67a1f57090a33a92d00bc09
7
+ data.tar.gz: 0b7b4105cf5e0cf81ac029d5f65bd7087b3d9eb86c24e887ffbc9604b93d19f57cdd65aaecb6406da9ec35f66f0b36fd4d9fe1e0638d639ba6fbfcc9ed182fde
@@ -44,12 +44,6 @@
44
44
  {% if page.hero_include %}
45
45
  <div class="hero" role="presentation">{% include {{ page.hero_include }} %}</div>
46
46
  {% endif %}
47
-
48
- {% comment %}
49
- {% if page.layout == "home" %}
50
- <div class="hero superhero" role="presentation">{% include home-hero.html %}</div>
51
- {% endif %}
52
- {% endcomment %}
53
47
  </div>
54
48
 
55
49
  <main>
@@ -438,18 +438,22 @@ main {
438
438
  .item {
439
439
  $logo-space: 132px;
440
440
  $logo-side: 48px;
441
- padding-left: $logo-space;
442
-
443
441
  .logo-container {
444
- float: left;
445
- margin-left: -$logo-space;
446
- padding: 8px (($logo-space - $logo-side) / 2);
447
-
448
442
  .logo > :only-child {
449
443
  width: $logo-side;
450
444
  height: $logo-side;
451
445
  }
452
446
  }
447
+
448
+ @media screen and (min-width: $bigscreen-breakpoint) {
449
+ padding-left: $logo-space;
450
+
451
+ .logo-container {
452
+ float: left;
453
+ margin-left: -$logo-space;
454
+ padding: 8px (($logo-space - $logo-side) / 2);
455
+ }
456
+ }
453
457
  }
454
458
  }
455
459
  }
@@ -12,6 +12,8 @@ body > .underlay > footer {
12
12
  color: white;
13
13
  font-weight: 600;
14
14
 
15
+ white-space: nowrap;
16
+
15
17
  :link, :hover, :visited {
16
18
  color: inherit;
17
19
  }
@@ -96,12 +98,13 @@ body > .underlay > footer {
96
98
  margin: 0;
97
99
  }
98
100
  > .cta { // Call to action.
99
- margin-top: 50px;
101
+ margin-top: 40px;
100
102
 
101
103
  .button {
102
104
  font-weight: 800;
103
105
  font-size: 18px;
104
106
  padding: 12px 18px;
107
+ display: inline-block;
105
108
 
106
109
  .icon {
107
110
  margin-right: 10px;
@@ -148,9 +151,9 @@ body > .underlay > footer {
148
151
 
149
152
  > .hero {
150
153
  > .text {
151
- padding-bottom: 95px;
154
+ padding-bottom: 85px;
152
155
  @media screen and (min-width: $bigscreen-breakpoint) {
153
- padding-bottom: 130px;
156
+ padding-bottom: 120px;
154
157
  }
155
158
  }
156
159
  }
@@ -240,6 +243,7 @@ body > .underlay > header {
240
243
  transition: transform .2s ease-out;
241
244
 
242
245
  height: 100vh;
246
+ overflow: hidden;
243
247
  z-index: 10;
244
248
  color: white;
245
249
  background: rgba($primary-dark-color, 0.95);
@@ -259,7 +263,7 @@ body > .underlay > header {
259
263
  > .social-links {
260
264
  span, a:link, a:visited, a:hover {
261
265
  color: white;
262
- font-size: 2em;
266
+ font-size: 1.3em;
263
267
  }
264
268
  }
265
269
 
@@ -342,28 +346,42 @@ body > .underlay > footer {
342
346
 
343
347
  flex: 1;
344
348
  display: flex;
345
- flex-flow: row wrap;
349
+ flex-flow: column nowrap;
346
350
  justify-content: space-around;
347
351
 
348
352
  margin-top: 1em;
349
353
  margin-bottom: 1em;
350
354
 
355
+ .copyright {
356
+ text-align: center;
357
+
358
+ .copyright-head, .copyright-tail {
359
+ white-space: nowrap;
360
+ }
361
+ }
362
+
363
+ nav {
364
+ display: flex;
365
+ flex-flow: row wrap;
366
+ justify-content: space-around;
367
+ }
368
+
351
369
  @media screen and (min-width: $bigscreen-breakpoint) {
352
370
  margin-top: 0;
353
371
  margin-bottom: 0;
354
372
  }
355
373
 
356
- nav {
357
- > * {
374
+ @media screen and (min-width: $widescreen-breakpoint) {
375
+ flex-flow: row nowrap;
376
+
377
+ nav {
378
+ display: block;
379
+ }
380
+ nav > * {
358
381
  margin-right: 40px;
359
382
  }
360
- }
361
- .copyright {
362
- margin-right: 40px;
363
- text-align: center;
364
-
365
- .copyright-head, .copyright-tail {
366
- white-space: nowrap;
383
+ .copyright {
384
+ margin-right: 40px;
367
385
  }
368
386
  }
369
387
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll