Fixed images max-width property, fixes #19

This commit is contained in:
Nurlan Su 2018-08-04 14:32:04 +07:00
parent f1f4743721
commit 3432f81f9d

View File

@ -96,10 +96,11 @@ html, body {
.container a:hover { .container a:hover {
color: #267723; color: #267723;
} }
.img-responsive { .container p img, .img-responsive {
display: block; display: block;
height: auto; height: auto;
max-width: 100%; margin: 2rem auto;
max-width: 100%;
} }
.panel-default h4 { .panel-default h4 {
text-align: left; text-align: left;
@ -162,8 +163,8 @@ html, body {
padding-top: 2px; padding-top: 2px;
} }
.label { .label {
display: inline-block; display: inline-block;
margin-bottom: 5px; margin-bottom: 5px;
} }
.related-posts h4 { .related-posts h4 {
text-align: center; text-align: center;