[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;
}
img {
max-width: 100%;
}
.content {
padding-bottom: 30px;
}