Commit 3ff78d13 authored by Milos Gavrilovic's avatar Milos Gavrilovic

Add `vertical-align: middle;` to `img` elements

More info: h5bp.com/i/440
parent 3d58b462
......@@ -79,6 +79,7 @@ img {
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
// Forms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment