jekyll-theme-noesya 1.0.16 → 1.0.17

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
  SHA256:
3
- metadata.gz: caad8686bd9a5cc364a7bd5289b77ddd3c49eae1ba9981750170eb975e8d73ed
4
- data.tar.gz: f4603b3adf1819a5236101d21f77ad8a048fceafb99e5437e49e9c3264bb6c74
3
+ metadata.gz: ba93ee31d7ba9c671800ba440e82754e208303324ccc7cc4d5110069cc75f855
4
+ data.tar.gz: 99a351c9efa70f08cf440af3d46e611a35c0c4f93bf81218da8d51c74c1f0fd4
5
5
  SHA512:
6
- metadata.gz: 5455dbe2b153c8146477364c6ff590c13ef9836c0f6746f7c2730332e607ef330fef1257105933bb323bbe4e0bebc57bf983833f16231c2fa95b2da37241e520
7
- data.tar.gz: 5dd532f3fc1db3dd59a3c8ead74f174828e8fd649ff1840385a7baed0271cdbeacdf36bdf0b2d506bdfeb0c89f2b683269cbc455d1fb52c74490faf6f03ef708
6
+ metadata.gz: 6ee7e818d79140b032845f562e17c0b23ed637b04602c48fc6be0f03849538febe3fa5f7fc9953c8ba3c052e4553f50afd6111c92ba286bfe2ec42d1b005a64c
7
+ data.tar.gz: 7d835a01422f5b3f740dcfd8e70f2abd77fcff8487324db3b05e3a263f8c493027be43428fb90beb6473283904e6e4249691520b3ff965fcab0faec849584ead
@@ -15,3 +15,7 @@
15
15
  @mixin media-breakpoint-height-up($height)
16
16
  @media (min-height: ($height)) and (min-width: 1200px)
17
17
  @content
18
+
19
+ @mixin media-breakpoint-height-down($height)
20
+ @media (max-height: ($height)) and (min-width: 1200px)
21
+ @content
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.1.6
159
+ rubygems_version: 3.1.4
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Noesya theme for Jekyll.