Skip to content

Commit ae74097

Browse files
Fix box sizing on post images (#86)
Fixes #76.
1 parent b2755c9 commit ae74097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/_extra.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ h6:hover .anchor {
6363

6464
.post-content p img {
6565
display: block;
66+
box-sizing: border-box;
6667
margin: 16px auto;
6768
padding: 8px;
6869
border: 1px solid #e8e8e8;
69-
}
70+
}

0 commit comments

Comments
 (0)