Skip to content

Commit 7c94c2a

Browse files
Fix box sizing on post images
Fixes #76.
1 parent b2755c9 commit 7c94c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/_extra.scss

Lines changed: 2 additions & 1 deletion
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)