diff options
Diffstat (limited to 'sass/_partial/_archive.scss')
-rw-r--r-- | sass/_partial/_archive.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/_partial/_archive.scss b/sass/_partial/_archive.scss index 49ac32e..6fce40a 100644 --- a/sass/_partial/_archive.scss +++ b/sass/_partial/_archive.scss @@ -1,6 +1,6 @@ .archive { padding: 0 10%; - border: 1px #ddd; + border: 1px #616161; border-style: solid none none none; .post-archive { list-style: none; @@ -8,7 +8,7 @@ .years { border: 1px #ddd; border-style: none none solid none; - padding-bottom: 0.5em; + padding: 0.5em 0; } .post-item { .post-date { |