Commit 7b8d8645 authored by afzafri's avatar afzafri
Browse files

added css for resizing images on mobile phone view

parent 7046920d
......@@ -36,4 +36,15 @@ fieldset {
.imgUrl:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* for mobile */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.imgUrl {
float: center;
height: 120px;
padding: 5px;
}
}
\ 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