_sass/chaos/base.scss in jekyll-theme-chaos-0.1.0 vs _sass/chaos/base.scss in jekyll-theme-chaos-0.1.1

- old
+ new

@@ -47,9 +47,12 @@ line-height: 1.1; font-family: $header-font-stack; margin: 1em 0 0.4em 0; font-size: 3.7em; @media screen and (max-width: $on-small){ + font-size: 2.1em; + } + @media screen and (max-width: $on-medium) and (min-width: $on-small){ font-size: 3em; } } h2{ font-size: $base-font-size * 2;