diff options
Diffstat (limited to 'design/sass/_archives.scss')
-rw-r--r-- | design/sass/_archives.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index c9c1426..b2e4bfe 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -319,6 +319,7 @@ a { color: lighten($body_font_light, 5); text-decoration: none; + @include fontsize(14); } } .btn { @@ -383,6 +384,7 @@ .popular, .recent { .post-title { @include fontsize(22); + font-weight: 400; } .post-image { max-height: 12rem; @@ -401,7 +403,7 @@ @include smcaps; font-weight: 500; text-decoration: none; - padding: 12px 10px 8px; + padding: 12px 10px 12px; border: $link_color 1px solid; &:after { content: "\21E2"; |