From 5c2832e35276102902be2fd6d245f5ec8fa47131 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 30 Apr 2014 09:29:05 -0400 Subject: Linked blogpost headers on homepage up to posts --- index.html | 2 +- scss/style.scss | 7 +++++-- style.css | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2accc19..a4e6e24 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ layout: default {% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.date | date: "%B %e, %Y" }} diff --git a/scss/style.scss b/scss/style.scss index 273070b..533f04b 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -37,10 +37,13 @@ h1, h2, h3, h4, h5, h6 { h1 { font-weight: 400; - font-size: 35px; + font-size: 32px; @include mobile { font-size: 32px; } + a { + color: inherit; + } } h2 { @@ -157,7 +160,7 @@ img { font-family: $helveticaNeue; font-weight: 300; - font-size: 31px; + font-size: 28px; letter-spacing: 1px; @include mobile { font-size: 22px; diff --git a/style.css b/style.css index 6354287..4bb29c5 100644 --- a/style.css +++ b/style.css @@ -334,10 +334,12 @@ h1, h2, h3, h4, h5, h6 { h1 { font-weight: 400; - font-size: 35px; } + font-size: 32px; } @media screen and (max-width: 520px) { h1 { font-size: 32px; } } + h1 a { + color: inherit; } h2 { font-size: 26px; } @@ -422,7 +424,7 @@ img { float: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; - font-size: 31px; + font-size: 28px; letter-spacing: 1px; text-decoration: none; cursor: pointer; -- cgit v1.2.3