From bd8a20425656e6d1cca2a5a8a81198d014924e89 Mon Sep 17 00:00:00 2001 From: Tommy Vedvik Date: Thu, 28 Feb 2019 21:17:18 +0100 Subject: [PATCH] Update tags --- src/components/PostTags.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PostTags.vue b/src/components/PostTags.vue index 3970bd3..555b0c9 100644 --- a/src/components/PostTags.vue +++ b/src/components/PostTags.vue @@ -17,8 +17,8 @@ export default { margin: 1em 0 0; &__link { - margin-right: .5em; - font-size: .8rem; + margin-right: .75em; + font-size: .75rem; color: currentColor; text-decoration: none; background-color: var(--bg-color);