diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-01 19:00:30 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-01 19:00:30 -0400 |
| commit | 6abf49094e32108b9ce37aad35efdc01258f076d (patch) | |
| tree | a543d2eb949f2e55f498112828d7453f51d0d7d0 | |
| parent | d63696d065bd91dc173093741d6020699bdd770c (diff) | |
| download | acn-blog-6abf49094e32108b9ce37aad35efdc01258f076d.tar.gz acn-blog-6abf49094e32108b9ce37aad35efdc01258f076d.tar.bz2 acn-blog-6abf49094e32108b9ce37aad35efdc01258f076d.zip | |
Slightly toning down h2s again
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rwxr-xr-x | scss/style.scss | 3 | ||||
| -rw-r--r-- | style.css | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index e4fb5cb..8fde70d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -63,4 +63,4 @@ {% include analytics.html %} </body> -</html> +</html>
\ No newline at end of file diff --git a/scss/style.scss b/scss/style.scss index 632936f..602fbfe 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -50,7 +50,8 @@ h1 { } h2 { - font-size: 22px; + font-weight: 400; + font-size: 24px; } h3 { @@ -64,7 +64,8 @@ h1 { color: inherit; } h2 { - font-size: 22px; } + font-weight: 400; + font-size: 24px; } h3 { font-size: 18px; |
