Fix archicture typo and post image widths

This commit is contained in:
Tom Busby
2018-07-06 00:33:12 +02:00
parent 30db1a9b9d
commit ca88fbcb3b
4 changed files with 10 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ div.col-sm-3 img.profile-avatar {
.post-content img,
.content img {
width: 100%
max-width: 100%
}
/* Responsive Conditional */
@@ -198,3 +198,7 @@ div.col-sm-3 img.profile-avatar {
margin-top: 30px;
}
}
#header-image {
width: 100%;
}