From f98d2fd94928c498f03dd98f275ec81e51e29abc 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, 2 Sep 2015 11:56:00 +0800 Subject: [PATCH] justify text --- botanjs/src/Astro/Blog/Components/Entry/Blog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/botanjs/src/Astro/Blog/Components/Entry/Blog.css b/botanjs/src/Astro/Blog/Components/Entry/Blog.css index 38d8291..3adedbd 100644 --- a/botanjs/src/Astro/Blog/Components/Entry/Blog.css +++ b/botanjs/src/Astro/Blog/Components/Entry/Blog.css @@ -38,6 +38,7 @@ .b_bodyWrapper { font-family: custom-sans; color: #555; + text-align: justify; min-height: 155px; }