stipe 0.0.3.3 → 0.0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/readme.md CHANGED
@@ -17,6 +17,10 @@ For [reasons explained](/Anotheruiguy/toadstool/blob/master/doc-src/exploited-bu
17
17
 
18
18
  # Stipe Changelog
19
19
 
20
+ ## 0.0.3.4
21
+ * Updated default text to have text-adjust set to none.
22
+
23
+
20
24
  ## 0.0.3.3
21
25
  * Updates to grid soluiton for legacy browser support
22
26
 
@@ -4,6 +4,9 @@ html {
4
4
  font: em($font_size, 16) $primary_font_family;
5
5
  line-height: baseline($font_size);
6
6
  color: $primary_text;
7
+ @media #{$mobile} {
8
+ -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
9
+ }
7
10
  }
8
11
 
9
12
  h1 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.3
4
+ version: 0.0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: