jekyll-theme-eva 0.1.7 → 0.1.8
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 +4 -4
- data/_sass/jekyll-theme-eva.scss +8 -1
- data/jekyll-theme-eva.gemspec +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: 8d806b849928eb05492e995d7be6cf10ecf29aa8fba6efa5032b23a2b0364558
|
4
|
+
data.tar.gz: 853e8864182a62b54fa870676451e4e6de9746a412725ba7627ebf6fcab80ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e02a01bb693a7e950bea9efc1a47c75b94a843a7b2715c27e40832afb8b462f76d16f73087f927eeeed772eb6f7754eebf71730211ceeecf04e11503a82fd098
|
7
|
+
data.tar.gz: 01da9baff2c8a261300fa755a6371142282ce83946f9e1023c65973974a7ee4d34e1fee1296d0d2764e74646b66ded47921b110eda9df2fe4dc716cd082514ca
|
data/_sass/jekyll-theme-eva.scss
CHANGED
@@ -248,10 +248,17 @@ img.home__shadowything {
|
|
248
248
|
@media screen and (max-width: $w-bp) {
|
249
249
|
flex-flow: row wrap;
|
250
250
|
width: 250px;
|
251
|
-
height: auto;
|
252
251
|
position: relative;
|
253
252
|
|
253
|
+
align-content: flex-start;
|
254
|
+
|
255
|
+
// Below ensures offset from the bottom edge of the viewport.
|
256
|
+
// margin-bottom with height: auto works for Chrome,
|
257
|
+
// while Firefox and Safari require height set explicitly.
|
258
|
+
// This height accounts for fixed number of two albums.
|
259
|
+
height: auto;
|
254
260
|
margin-bottom: 150px;
|
261
|
+
height: 700px;
|
255
262
|
}
|
256
263
|
|
257
264
|
|
data/jekyll-theme-eva.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-eva
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Strogonoff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|