diff --git a/_layouts/home.html b/_layouts/home.html index 8acd27a..969f8f6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -21,7 +21,7 @@ layout: default-home {{ post.title | escape }}
- + {{ post.title | escape }} {{ post.excerpt }}
diff --git a/assets/main.scss b/assets/main.scss index 1dd1083..36b9a3d 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -172,6 +172,7 @@ article .post-content p { .post-thumb { width: 40%; + margin: 10px 0; } .post-readmore { @@ -196,6 +197,10 @@ article .post-content p { } @media screen and (max-width: 600px) { + .post-thumb { + width: 100%; + } + .jumbotron { padding: 30px 0; }