forever_style_guide 3.2.7 → 3.2.8

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: c18db30859520b6017e8131177c7c48f5b7812ec
4
- data.tar.gz: 522f1c55884a512f1ed2f8ca770ba243e70bb653
3
+ metadata.gz: 40564563c085e89857af5d411f8b5498a2b5145a
4
+ data.tar.gz: f7526de94b517f7b9acf371a36a36a6904102a07
5
5
  SHA512:
6
- metadata.gz: f37094eb207006bad6d1e57c1aedc8b249b02817d0c5d99b12fea808e1d15d6bc22947a2d97abe9710d12a29a23da31e057d8cdef9e5577a6c817e89ac03afe7
7
- data.tar.gz: b78ab7ccc636306629cd60e4db65bc9ccd45627cfe18407c41e2ec340c6ad3aef2a144e7267227979398e6a994ec0fba14c9974cb6488bcb31deb3202512c99a
6
+ metadata.gz: 58590df96784f9232882ec54dbc3337ebb598d38e685fe8780d589ef233cc48db209f0d5144b94663c96802a8798a19df59d0f988c795a35b1ddf332c5f2bb27
7
+ data.tar.gz: fda974fa592fdc9b90f4dc3e4462185f959fa367992f9690d8ee29e832972413c496c7a1af982eb961acd258a9ca2071a273e47359ccc9749c86c14dfe9c8e29
@@ -183,10 +183,10 @@ $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) {
187
+ // top: $slant-position-top-xxl;
188
+ // height: $slant-height-xxl;
189
+ // }
190
190
 
191
191
  @media (max-width: $screen-sm) {
192
192
  top: $slant-position-top-sm;
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.2.7"
2
+ VERSION = "3.2.8"
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.7
4
+ version: 3.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay