app/assets/stylesheets/timequake/typography.scss in timequake-2.0.10 vs app/assets/stylesheets/timequake/typography.scss in timequake-2.0.11
- old
+ new
@@ -50,10 +50,10 @@
.heading-3 { font-size: $heading-3-font-size; }
.heading-4 { font-size: $heading-4-font-size; }
.heading-5 { font-size: $heading-5-font-size; }
.heading-6 { font-size: $heading-6-font-size; }
-@for $i from 1 through 200 {
+@for $i from 1 through 400 {
.fz-#{$i} { font-size: #{$i}px !important; }
@media (min-width: $medium) {
.md-fz-#{$i} { font-size: #{$i}px !important; }
}