2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

my bad, fix those values

/cc @cvrebert
This commit is contained in:
Mark Otto
2015-08-23 23:03:58 -07:00
parent 80435ee656
commit 2dddf997a9
+2 -2
View File
@@ -255,13 +255,13 @@ html {
@include media-breakpoint-up(md) {
html {
font-size: 28px;
font-size: 20px;
}
}
@include media-breakpoint-up(lg) {
html {
font-size: 20px;
font-size: 28px;
}
}
{% endhighlight %}