Commit a5964b07 authored by Jacob Thornton's avatar Jacob Thornton

add static sizes for images so tooltips get right size on load

parent 68865002
...@@ -312,6 +312,13 @@ img.large-bird { ...@@ -312,6 +312,13 @@ img.large-bird {
opacity: .1; opacity: .1;
} }
/* Media grid images
--------------------------------------------------- */
.media-grid img {
height: 150px;
width: 210px;
}
/* Pretty Print /* Pretty Print
-------------------------------------------------- */ -------------------------------------------------- */
......
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