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:
authorNurlan Su <nurlansu@users.noreply.github.com>2018-08-04 08:00:52 +0300
committerGitHub <noreply@github.com>2018-08-04 08:00:52 +0300
commita6998be129201a93717b1b1995f3581ad6f5f7d0 (patch)
tree0ec0245c08236c350d28eba2264cc7a50c31f68a
parentc512740ec44cbc017191a7f9f69adafa2fb7fbfd (diff)
parentb8478da58e64efca1a02238f23c1126fe612f2cb (diff)
Merge pull request #9 from schiessle/fix-tags
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;
}