From 61c82869956cce102151dc2f1f757bb211db1db5 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Mon, 7 Dec 2020 23:48:22 +0100 Subject: [PATCH] Change tags to inline-block so the page fits on mobile --- themes/maik-blog/assets/scss/_single.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/maik-blog/assets/scss/_single.scss b/themes/maik-blog/assets/scss/_single.scss index f8a1595..60b980d 100644 --- a/themes/maik-blog/assets/scss/_single.scss +++ b/themes/maik-blog/assets/scss/_single.scss @@ -75,6 +75,7 @@ .tag { margin-right: 0.5em; + display: inline-block; &::before { content: "#";