forever_style_guide 3.2.8 → 3.2.9

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: 40564563c085e89857af5d411f8b5498a2b5145a
4
- data.tar.gz: f7526de94b517f7b9acf371a36a36a6904102a07
3
+ metadata.gz: 2092402dcc2177d213244cf93e36a491d00b8fc6
4
+ data.tar.gz: ad513f903d85863290c397f65fd4113e68c4a575
5
5
  SHA512:
6
- metadata.gz: 58590df96784f9232882ec54dbc3337ebb598d38e685fe8780d589ef233cc48db209f0d5144b94663c96802a8798a19df59d0f988c795a35b1ddf332c5f2bb27
7
- data.tar.gz: fda974fa592fdc9b90f4dc3e4462185f959fa367992f9690d8ee29e832972413c496c7a1af982eb961acd258a9ca2071a273e47359ccc9749c86c14dfe9c8e29
6
+ metadata.gz: 1fa5a5f854a41e8b4e9f4c7e042fbf6c584e8179dd0d24ec74041b45a6e535c6263bb7dbd6594f93a3276bbd158216c3d3f8773766f1873c727e3d876fa929ed
7
+ data.tar.gz: e25d89d9b98c27e18ca4f803de6716ffff80f9d6ae79feafc92afdacfca813c85225d00ccbb6b94acd6b1b8760d62c393e9c48349b8ca50e8c75495b5c2e4a53
@@ -183,12 +183,12 @@ $slant-angle-right: 182deg;
183
183
  height: $slant-height;
184
184
  background-color: inherit;
185
185
 
186
- // @media (min-width: $screen-xxl) {
187
- // top: $slant-position-top-xxl;
188
- // height: $slant-height-xxl;
189
- // }
186
+ @media (min-width: $screen-xxl-min) {
187
+ top: $slant-position-top-xxl;
188
+ height: $slant-height-xxl;
189
+ }
190
190
 
191
- @media (max-width: $screen-sm) {
191
+ @media (max-width: $screen-sm-min) {
192
192
  top: $slant-position-top-sm;
193
193
  height: $slant-height-sm;
194
194
  }
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.2.8"
2
+ VERSION = "3.2.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.8
4
+ version: 3.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay