Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-23 20:33:58 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-23 20:33:58 +0300
commitb8478da58e64efca1a02238f23c1126fe612f2cb (patch)
treed1cb5a79c83c354c364f64559d8d3448354746f5
parentd88e0927e2b0d7d7e2a12690960e2e3fed72f5dd (diff)
make sure that tags don't overlap on small screens
-rwxr-xr-xstatic/css/main.css4
1 files changed, 4 insertions, 0 deletions
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;
}