diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-03 18:47:39 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-03 18:47:39 -0400 |
commit | d4139e394ec9f70acfcb35f25340bdb541d0d7ee (patch) | |
tree | a1b75b1fd0d500ad688bd6bdaa342581053c84d6 /.themes/classic/sass/base | |
parent | 8e6da4ee38239f7f2908e9939b83c87bf2e930e5 (diff) | |
download | my_new_personal_website-d4139e394ec9f70acfcb35f25340bdb541d0d7ee.tar.xz my_new_personal_website-d4139e394ec9f70acfcb35f25340bdb541d0d7ee.zip |
Updated responsive typography sizing
Diffstat (limited to '.themes/classic/sass/base')
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index 00a41d35..773b2e1d 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -27,7 +27,7 @@ h1 { line-height: 1.2em; } -@media only screen and (min-width: 768px) { +@media only screen and (min-width: 992px) { body { font-size: 1.15em; } h1 { font-size: 3em; line-height: 1.2em; } } |