penguin/AstroJS

Javascript framework for my blog

commit 49d9bb0f4f9abd0d4043f5ce2014f03d9d863831

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-03-09T11:58:35Z
subjectHome entry image set to 100%
commit 49d9bb0f4f9abd0d4043f5ce2014f03d9d863831
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-03-09T11:58:35Z

    Home entry image set to 100%
---
 botanjs/src/Astro/Blog/Components/Entry/Home.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/botanjs/src/Astro/Blog/Components/Entry/Home.css b/botanjs/src/Astro/Blog/Components/Entry/Home.css
index 3bb22a9..a6ea8d1 100644
--- a/botanjs/src/Astro/Blog/Components/Entry/Home.css
+++ b/botanjs/src/Astro/Blog/Components/Entry/Home.css
@@ -124,6 +124,6 @@
 	overflow: hidden;
 }
 
-.h_img > img {
+.h_img img {
 	max-width: 100%;
 }