diff options
| author | Mark Otto <[email protected]> | 2015-08-23 23:16:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-23 23:16:18 -0700 |
| commit | c8ab0a56c24136aa4beb9f5e76b4548dd5c33df8 (patch) | |
| tree | 5f12f9d72321b4d8470c3fc91b67ffa8a78980d4 /docs/content | |
| parent | 7d194a9bd34394406ff44cef90f43c94849d6939 (diff) | |
| parent | e27e9d863b8b655b76628094b73d28a9df9ff421 (diff) | |
| download | bootstrap-c8ab0a56c24136aa4beb9f5e76b4548dd5c33df8.tar.xz bootstrap-c8ab0a56c24136aa4beb9f5e76b4548dd5c33df8.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 3145209ee..264686b05 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -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 %} |
