From 9b50cc11e747e955c1bbd1c30b582dcbde70b5ce Mon Sep 17 00:00:00 2001 From: vvveiii Date: Thu, 26 Dec 2019 11:52:51 +0800 Subject: update article bottom font-size --- assets/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index fbf59bb..363324d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -394,9 +394,10 @@ strong { .article-tag, .article-category { display: inline-block; + font-size: 85%; + line-height: 1; padding: 4px 6px; margin: 2px 3px 2px 0; - line-height: 1; white-space: nowrap; border-radius: 3px; } @@ -425,7 +426,6 @@ strong { .article-license, .article-navigation, .article-discussion { - font-size: 85%; margin-bottom: 20px; } .article-discussion { @@ -451,6 +451,7 @@ strong { margin-right: 4px; vertical-align: middle; } + .article-license { font-size: 85%; text-align: center; -- cgit v1.2.3