From 3c5d70ea00b765b5be27745a3dab77b33d9f36d8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 22 Jan 2015 10:19:56 -0500 Subject: [PATCH] Add post.excerpts to post lists on home, article, and blog pages. --- _sass/_layout.scss | 6 ++++++ articles/index.md | 2 +- blog/index.md | 2 +- index.html | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 05853ef..ab412dd 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -349,6 +349,12 @@ span + .entry-title { display: block; float: none; @include font-size(14, no, 16); + @include media($medium) { + width: 70%; + } + @include media($large) { + width: 60%; + } } } // Tag index diff --git a/articles/index.md b/articles/index.md index 2192d77..eace562 100644 --- a/articles/index.md +++ b/articles/index.md @@ -7,6 +7,6 @@ search_omit: true diff --git a/blog/index.md b/blog/index.md index 1bbb2d4..6795a48 100644 --- a/blog/index.md +++ b/blog/index.md @@ -7,6 +7,6 @@ search_omit: true diff --git a/index.html b/index.html index 4fb5cdd..e6d517f 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ search_omit: true \ No newline at end of file