[website] [css] img max-width should be 100%

This commit is contained in:
Anand Doshi
2013-07-04 16:44:57 +05:30
parent b66891a49d
commit 259e0b978c

View File

@@ -10,6 +10,10 @@ a {
cursor: pointer; cursor: pointer;
} }
img {
max-width: 100%;
}
.content { .content {
padding-bottom: 30px; padding-bottom: 30px;
} }