Home entry image set to 100%

This commit is contained in:
斟酌 鵬兄 2016-03-09 19:58:35 +08:00
parent 33b1d18836
commit 49d9bb0f4f

View File

@ -124,6 +124,6 @@
overflow: hidden; overflow: hidden;
} }
.h_img > img { .h_img img {
max-width: 100%; max-width: 100%;
} }