From 2fbcce6a1250d6f07ec95c0517aa59d84a2e37d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 30 Mar 2016 20:13:33 +0800 Subject: [PATCH] Lower the font-size of title, remove duplicate style --- botanjs/src/Astro/Blog/Components/Entry/Home.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/botanjs/src/Astro/Blog/Components/Entry/Home.css b/botanjs/src/Astro/Blog/Components/Entry/Home.css index a6ea8d1..08ea682 100644 --- a/botanjs/src/Astro/Blog/Components/Entry/Home.css +++ b/botanjs/src/Astro/Blog/Components/Entry/Home.css @@ -1,8 +1,3 @@ -.h_title { - font-size: 2.5em; - color: #444; -} - .home_entry { position: relative; margin: 1em 0; @@ -94,7 +89,7 @@ } .h_title { - font-size: 2.5em; + font-size: 2em; color: #444; }