Skip to content
Snippets Groups Projects
Commit 2147807f authored by lain's avatar lain
Browse files

Add image height css back in.

Without it, Chrome stretches the image...
parent 38749e6c
Branches
Tags
No related merge requests found
......@@ -95,6 +95,7 @@
border: 1px solid;
border-radius: 0.5em;
width: 100%;
height: 100%; /* If this isn't here, chrome will stretch the images */
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment