Merge pull request #9 from schiessle/fix-tags

make sure that tags don't overlap on small screens
This commit is contained in:
Nurlan Su 2018-08-04 12:00:52 +07:00 committed by GitHub
commit a6998be129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,10 @@ html, body {
.blog-title{
padding-top: 2px;
}
.label {
display: inline-block;
margin-bottom: 5px;
}
.related-posts h4 {
text-align: center;
}