diff --git a/layout/_partial/post/word.ejs b/layout/_partial/post/word.ejs index b9da616..ca5a1e4 100644 --- a/layout/_partial/post/word.ejs +++ b/layout/_partial/post/word.ejs @@ -1,10 +1,8 @@ <% if (!theme.word_count.only_article_visit || (!index && theme.word_count.only_article_visit)){ %> -
+
@@ -13,9 +11,9 @@   |  
diff --git a/source/css/_partial/article.styl b/source/css/_partial/article.styl index c0666c1..98499d3 100644 --- a/source/css/_partial/article.styl +++ b/source/css/_partial/article.styl @@ -53,7 +53,7 @@ .article-entry font-size 110% - margin-top 1rem + margin-top .5rem clearfix() @extend $base-style color body-color diff --git a/source/css/_partial/ayer.styl b/source/css/_partial/ayer.styl index ac0918f..06017a6 100644 --- a/source/css/_partial/ayer.styl +++ b/source/css/_partial/ayer.styl @@ -71,6 +71,12 @@ z-index 9998 display none +.word_count + margin-top 5px + color darken(gray,30%) + padding-bottom 1rem + border-bottom 1px solid darken(froth-light,2%) + // Media Query @media (max-width: 768px) .cover-inner