jekyll-theme-open-project 1.0.2 → 1.0.3

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
  SHA1:
3
- metadata.gz: 2b8384c80612cb65dc4f50d90e4989c796f885c1
4
- data.tar.gz: 39990a7528f20c5dfbafdfd83615295f9f61518f
3
+ metadata.gz: b3c897353a435514f98652293cc39995936e4dfd
4
+ data.tar.gz: '0532001594999a58214a8dd122148a669f56440b'
5
5
  SHA512:
6
- metadata.gz: ebb124659e6d4ed423170458e57f7030e6036137fcbdadfab49d27669e2147307c0613024c977318707a0992e4952b4464b9bb311763a62143d80e055cf16c21
7
- data.tar.gz: e0296bb2340ac8fdf8926ae47cb5f145b42a83ca133819096f65dca8d6370c5bca5ee52e26d4764900afa82f1b83efb579175e44aaa0bd401f3e4d76ddab9fb0
6
+ metadata.gz: 1cccc373397141e21ab3101536ea5d548e75c26ed845221e96e9fa3c61a07aab9362e878c8ac7e13c9c26b191bb3ca93b7b114f425957230626a6e6ef6d4970d
7
+ data.tar.gz: b79b53ff3ba054dd4fdb0392665fd4019b6367a8e57f5ed1053babb14eb3a6e818b046a15aea6889efc344ca5ac06c7b888410e5ea87a902c215b639f0e93d53
@@ -21,7 +21,7 @@
21
21
 
22
22
  {% if site.parent_hub %}
23
23
  <div class="parent-hub-plug" role="presentation">
24
- <span class="label">A project done by</span>
24
+ <span class="label">{% include title.html %} is</span>
25
25
  <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
26
26
  {% include parent-hub/assets/symbol.svg %}&nbsp;<span class="title">{% include parent-hub/title.html %}</span>
27
27
  </a>
data/_includes/legal.html CHANGED
@@ -1,4 +1,4 @@
1
- <span class="copyright">Copyright © 2018 {{ site.legal.name }}. All rights reserved.</span>
1
+ <span class="copyright">Copyright © 2018 {{ site.legal.name }} All rights reserved.</span>
2
2
 
3
3
  {% if site.legal.privacy_policy_link or site.legal.tos_link %}
4
4
  <nav>
@@ -75,7 +75,7 @@
75
75
  <div class="site-logo">{% include logo.html %}</div>
76
76
  {% else %}
77
77
  <div class="parent-hub-plug" role="presentation">
78
- <span class="label">A project done by</span>
78
+ <span class="label">{% include title.html %} is</span>
79
79
  <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
80
80
  {% include parent-hub/assets/symbol.svg %}&nbsp;<span class="title">{% include parent-hub/title.html %}</span>
81
81
  </a>
@@ -479,6 +479,7 @@ body.project {
479
479
  border-right: #F7F7F7 2px solid;
480
480
  margin-right: 60px;
481
481
  padding-top: 70px;
482
+ flex-shrink: 0;
482
483
 
483
484
  > .sidebar-header {
484
485
  display: flex;
@@ -94,6 +94,7 @@ a {
94
94
 
95
95
  > * {
96
96
  z-index: 1;
97
+ position: relative;
97
98
  }
98
99
  > svg {
99
100
  z-index: 0;
@@ -72,7 +72,6 @@ body > .underlay > footer {
72
72
 
73
73
  > .hero {
74
74
  padding-top: 20px;
75
- padding-bottom: 60px;
76
75
 
77
76
  @media screen and (min-width: $widescreen-breakpoint) {
78
77
  padding-top: 55px;
@@ -148,23 +147,16 @@ body > .underlay > footer {
148
147
 
149
148
  > .hero {
150
149
  > .text {
151
- padding-bottom: 130px;
150
+ padding-bottom: 95px;
151
+ @media screen and (min-width: $bigscreen-breakpoint) {
152
+ padding-bottom: 130px;
153
+ }
152
154
  }
153
155
  }
154
156
  }
155
157
 
156
- body.project > & {
157
- > .hero {
158
- text-align: center;
159
-
160
- > .text {
161
- > .desc {
162
- @media screen and (min-width: $bigscreen-breakpoint) {
163
- margin: 0 7em;
164
- }
165
- }
166
- }
167
- }
158
+ body.hub > & {
159
+ > .hero { text-align: center; }
168
160
  }
169
161
 
170
162
  body.hub.layout-home > & {
@@ -191,6 +183,29 @@ body > .underlay > footer {
191
183
  }
192
184
  }
193
185
  }
186
+
187
+ body.project > & {
188
+ > .hero {
189
+ text-align: center;
190
+
191
+ > .text {
192
+ > .desc {
193
+ @media screen and (min-width: $bigscreen-breakpoint) {
194
+ margin: 0 7em;
195
+ }
196
+ }
197
+ }
198
+ }
199
+ }
200
+
201
+ body.project.layout-home > & {
202
+ > .hero {
203
+ padding-bottom: 30px;
204
+ @media screen and (min-width: $widescreen-breakpoint) {
205
+ padding-bottom: 40px;
206
+ }
207
+ }
208
+ }
194
209
  }
195
210
 
196
211
  body > .underlay.footer {
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.0.2
4
+ version: 1.0.3
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-07-22 00:00:00.000000000 Z
11
+ date: 2018-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll