Commit 2dddf997 authored by Mark Otto's avatar Mark Otto

my bad, fix those values

/cc @cvrebert
parent 80435ee6
...@@ -255,13 +255,13 @@ html { ...@@ -255,13 +255,13 @@ html {
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
html { html {
font-size: 28px; font-size: 20px;
} }
} }
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {
html { html {
font-size: 20px; font-size: 28px;
} }
} }
{% endhighlight %} {% endhighlight %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment