From 30c804bea1008c2a8e7ba1e4da5a1190b5c4bca7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 27 Dec 2021 12:46:58 -0500 Subject: [PATCH] [S] Optimize margins --- src/components/BlogIndex.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/BlogIndex.vue b/src/components/BlogIndex.vue index 8232f57..61d2837 100644 --- a/src/components/BlogIndex.vue +++ b/src/components/BlogIndex.vue @@ -33,13 +33,16 @@ export default class BlogIndexLinks extends Vue .index * + display: inline-block margin-right: 10px - margin-top: 5px margin-bottom: 5px .index-tags font-size: 0.7em + * + margin-bottom: 10px + .index-categories font-size: 0.8em text-decoration: underline