Skip to content

Commit 1314df7

Browse files
authored
make sure blog pics aren't too big (#190)
1 parent e5d8b17 commit 1314df7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/assets/css/post.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ div.dithered-hover:focus img.blog-pic:first-child {
2323
margin-left: auto;
2424
margin-right: auto;
2525
margin-bottom: 1em;
26+
max-height: 500px;
27+
width: auto;
2628
}
2729

2830
.center-text {

0 commit comments

Comments
 (0)