Commit e40faf82 authored by afzafri's avatar afzafri
Browse files

only apply image css to the comic images

parent 15eeda65
......@@ -27,13 +27,13 @@ fieldset {
box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
img {
.imgUrl {
float: center;
height: 200px;
padding: 5px;
}
img:hover {
.imgUrl:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
\ No newline at end of file
Supports Markdown
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