Skip to content

Commit

Permalink
fix styles for images
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Sep 28, 2015
1 parent 2d1445f commit f96ffe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ ul li
position: absolute
left: .3em

img
display: block
max-width: 90%
margin: 0 auto
padding: 1em
border: 1px solid #eee

pre
display: block
Expand Down

0 comments on commit f96ffe2

Please sign in to comment.