jekyll-geolexica 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/concept.html +0 -2
- data/_sass/concept.scss +1 -1
- data/_sass/main.scss +7 -3
- data/lib/jekyll/geolexica/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67c4d60740e83494acb30fd440be8d266fd00ace302af8c4073447a46c439d0d
|
4
|
+
data.tar.gz: 5c107cf69d3cdc76311879db97a0c2964bfe04ecb22ddd2e51555a81346f7014
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e14e4f153814b962824cef24ba93adeafc2bfbdbb4b6dd076e6fcd723d6c87dbd004053209ae5c002fcf675e8cbc5cbe28a2f11c4b506bc28eb99899c27b2967
|
7
|
+
data.tar.gz: 609e0ba53992cd8b812f63309b7b48e3d5a4701b3871f0084e37a41c622433836c60ef58e3bfc0dd4cfa4e35c1cfc75b481476820c5720af3da2ff9e670ede39
|
data/_layouts/concept.html
CHANGED
data/_sass/concept.scss
CHANGED
data/_sass/main.scss
CHANGED
@@ -250,7 +250,7 @@ body {
|
|
250
250
|
|
251
251
|
box-sizing: border-box;
|
252
252
|
|
253
|
-
@media screen and (max-width: $bigscreenBreakpoint) {
|
253
|
+
@media screen and (max-width: $bigscreenBreakpoint - 1) {
|
254
254
|
margin-right: -1px;
|
255
255
|
margin-bottom: -1px;
|
256
256
|
flex: 1;
|
@@ -272,7 +272,7 @@ body {
|
|
272
272
|
flex-flow: row wrap;
|
273
273
|
|
274
274
|
.widget-item {
|
275
|
-
@media screen and (max-width: $bigscreenBreakpoint) {
|
275
|
+
@media screen and (max-width: $bigscreenBreakpoint - 1) {
|
276
276
|
flex-basis: 50%;
|
277
277
|
&.home {
|
278
278
|
flex: 0;
|
@@ -320,7 +320,7 @@ body {
|
|
320
320
|
}
|
321
321
|
}
|
322
322
|
|
323
|
-
@media screen and (max-width: $bigscreenBreakpoint) {
|
323
|
+
@media screen and (max-width: $bigscreenBreakpoint - 1) {
|
324
324
|
.parent-org-reference .logo-link img {
|
325
325
|
visibility: hidden;
|
326
326
|
}
|
@@ -354,6 +354,10 @@ body {
|
|
354
354
|
margin-right: 0;
|
355
355
|
}
|
356
356
|
|
357
|
+
@media screen and (max-width: $bigscreenBreakpoint - 1) {
|
358
|
+
display: none;
|
359
|
+
}
|
360
|
+
|
357
361
|
li {
|
358
362
|
display: inline;
|
359
363
|
margin-right: 1em;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-geolexica
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|