aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-03 18:47:39 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-03 18:47:39 -0400
commitd4139e394ec9f70acfcb35f25340bdb541d0d7ee (patch)
treea1b75b1fd0d500ad688bd6bdaa342581053c84d6 /.themes/classic
parent8e6da4ee38239f7f2908e9939b83c87bf2e930e5 (diff)
downloadmy_new_personal_website-d4139e394ec9f70acfcb35f25340bdb541d0d7ee.tar.xz
my_new_personal_website-d4139e394ec9f70acfcb35f25340bdb541d0d7ee.zip
Updated responsive typography sizing
Diffstat (limited to '')
-rw-r--r--.themes/classic/sass/base/_typography.scss2
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; }
}