From 156c10460a633e765110d5c0fa331033d64e2e34 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 30 Aug 2019 05:36:54 +0100 Subject: [PATCH] fix(css): increase margin between .article-tag-list-item * also use relative length (em) --- themes/typing/source/css/typing.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 5acb17d..da588e9 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -635,7 +635,7 @@ blockquote { .article .article-meta .article-tag-list-item { display: inline-block; - margin-right: 5px; + margin-right: 1em; } .article .article-meta .article-tag-list-item:before {