Sizing class for images on the blog.

This commit is contained in:
Bradley M. Kuhn 2015-12-18 11:56:54 -08:00
parent d47e71942b
commit 84cb9a2b85

View file

@ -476,3 +476,12 @@ video.medium-right {
margin-left: .7em;
margin-bottom: .7em;
}
img.blog-right {
float: right;
padding-left: 1em;
margin: .25em;
min-width: 8%;
max-width: 30%;
width: auto;
}