diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-23 18:47:09 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-23 18:47:09 -0400 |
commit | 16b03308bdc08cc7fd7b52a6e1dc19338bff412a (patch) | |
tree | 30acf51a96acbf5dd3324d9eccd5a881e1668aac /.themes/classic/sass | |
parent | a92504a6298dbb748e5c85691611d5f1e4d43d6d (diff) | |
download | my_new_personal_website-16b03308bdc08cc7fd7b52a6e1dc19338bff412a.tar.xz my_new_personal_website-16b03308bdc08cc7fd7b52a6e1dc19338bff412a.zip |
improved font-size for pages
Diffstat (limited to '.themes/classic/sass')
-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 10cc28f2..69b92206 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -29,7 +29,7 @@ h1 { @media only screen and (min-width: 992px) { body { font-size: 1.15em; } - h1 { font-size: 3em; line-height: 1.2em; } + h1 { font-size: 2.6em; line-height: 1.2em; } } #{headings()}{ |