diff options
-rw-r--r-- | sass/parts/_article.scss | 2 | ||||
-rw-r--r-- | source/images/more.png | bin | 0 -> 1434 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index b48d02b..aa0233f 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -26,6 +26,8 @@ article{ .more-link{ display: block; margin-top: 20px; + padding-left: 30px; + background: image-url('more.png') 0 center no-repeat; } strong{ font-weight: bold; diff --git a/source/images/more.png b/source/images/more.png Binary files differnew file mode 100644 index 0000000..eec6c26 --- /dev/null +++ b/source/images/more.png |