Explicitly specifying image dimensions

This commit is contained in:
Jeff Avallone 2014-12-16 23:22:33 -05:00
parent c9754de8c4
commit 484abdbb0c

View File

@ -94,6 +94,8 @@ header {
img {
vertical-align: middle;
margin-right: rhythm(1/4);
width: 32px;
height: 32px;
}
}
}
@ -258,5 +260,7 @@ footer {
img {
vertical-align: middle;
width: 80px;
height: 15px;
}
}