From 4bc8613c97c17d31aa7226cdee17d81213de9192 Mon Sep 17 00:00:00 2001 From: o1o9814 Date: Wed, 8 Mar 2017 23:45:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?:melon:=20post=20=EB=A7=88=EC=9A=B0?= =?UTF-8?q?=EC=8A=A4=EC=98=A4=EB=B2=84=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/_posts.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_sass/_posts.scss b/_sass/_posts.scss index d15e846..1d50191 100755 --- a/_sass/_posts.scss +++ b/_sass/_posts.scss @@ -8,6 +8,16 @@ border-bottom: thin solid #f3f3f3; } +.post { + box-sizing: border-box; + padding: 15px; + + &:hover { + box-shadow: 0 5px 5px #DADADA; + transition: box-shadow .2s; + } +} + .posts .post:last-child { border-bottom: none; margin-bottom: .375em; From 719fbfafdaae290af80dedee9b2ee01e4b7023b1 Mon Sep 17 00:00:00 2001 From: o1o9814 Date: Wed, 8 Mar 2017 23:59:09 +0900 Subject: [PATCH 2/2] =?UTF-8?q?:lemon:=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=9E=AC=EB=B0=B0?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2da9ac2..2e98bb5 100755 --- a/index.html +++ b/index.html @@ -12,8 +12,9 @@
{% for post in paginator.posts %}
- -

{{ post.title }}

+ +

{{ post.title }}

+

{% if post.summary %} {{ post.summary }} @@ -21,6 +22,7 @@ {{ post.excerpt }} {% endif %}

+
{% endfor %}