voppe-jekyll-theme 0.5.3 → 0.5.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00d552787d1ba73b24fe97867306fd5928dcf702
4
- data.tar.gz: 0937ff8f0e6ac5b6cd9dc888cd9926916551e182
3
+ metadata.gz: 435ead6e33ca2b3cc7fd0d2c1e1569a778b14ced
4
+ data.tar.gz: 742194202c2717e4f96514e71a53a5f895659798
5
5
  SHA512:
6
- metadata.gz: 54a7009afde037f13638c899b9165da1b7aba580f3e9ba6d5299792732d4b41176d502d3495f5bfac700f12ef00851d99157737ed9177b435be73038c279d20b
7
- data.tar.gz: a015f218ab5602239abf6d5027d23be4c98a1c36f14c1763473b08cfa8e8fd033aa60a47c118df928d0863487c5038296adf7c26619f6f3529009d8d19ebf91c
6
+ metadata.gz: 96838814c2ab8b67de29419d70dedea3e448be00da8646eafdb4b2d2d359913a1148cbe1661c708738ac01aa4a19ee559b4712873395e6ebb8f8ffa6878a7674
7
+ data.tar.gz: 94f0e57df77b6655e95815f658954b24d440939f23481874c91b84fd26f3bf06495114adf11b481c46768ef1d00e6dc8d3f8c91a25aa0924623deeedaf588c75
data/_sass/app.scss CHANGED
@@ -10,6 +10,12 @@ html, body {
10
10
  }
11
11
  }
12
12
 
13
+ html {
14
+ @include media-hidpi {
15
+ font-size: 2em;
16
+ }
17
+ }
18
+
13
19
  h1 {
14
20
  text-transform: uppercase;
15
21
  font-size: 1.5em;
@@ -37,7 +37,7 @@ nav.list {
37
37
  }
38
38
 
39
39
  .header {
40
- transition: all 0.25s ease-in;
40
+ transition: background-color 0.25s ease-in, border-color 0.25s ease-in;
41
41
  padding: 1em;
42
42
  background-color: $color-bg-secondary;
43
43
  display: flex;
@@ -49,7 +49,7 @@ nav.list {
49
49
  border-color: $color-bg-secondary;
50
50
 
51
51
  &::after {
52
- transition: all 0.25s ease-in;
52
+ transition: background-color 0.25s ease-in, border-color 0.25s ease-in;
53
53
  content: "";
54
54
  width: $size-arrow;
55
55
  height: $size-arrow;
@@ -73,7 +73,7 @@ nav.list {
73
73
 
74
74
  img {
75
75
  width: 100%;
76
- max-height: 256px;
76
+ max-height: 12em;
77
77
  object-fit: cover;
78
78
  }
79
79
  }
@@ -14,4 +14,13 @@
14
14
  @media only screen and (min-width : $size-desktop+1) {
15
15
  @content;
16
16
  }
17
+ }
18
+
19
+ @mixin media-hidpi {
20
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.3),
21
+ only screen and (-o-min-device-pixel-ratio: 13/10),
22
+ only screen and (min-resolution: 120dpi)
23
+ {
24
+ @content;
25
+ }
17
26
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voppe-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - voppe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll