From b8478da58e64efca1a02238f23c1126fe612f2cb Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 23 Jun 2017 19:33:58 +0200 Subject: [PATCH] make sure that tags don't overlap on small screens --- static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index c7c3fee..cb0139f 100755 --- a/static/css/main.css +++ b/static/css/main.css @@ -160,6 +160,10 @@ html, body { .blog-title{ padding-top: 2px; } +.label { + display: inline-block; + margin-bottom: 5px; +} .related-posts h4 { text-align: center; }