make sure that tags don't overlap on small screens

This commit is contained in:
Bjoern Schiessle 2017-06-23 19:33:58 +02:00
parent d88e0927e2
commit b8478da58e
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6

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;
}