From e7e91c5d442e834610efbff9573a64030b1f1834 Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Tue, 11 Sep 2018 14:54:32 +0800 Subject: [PATCH] h2 title should a underline --- vue.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vue.css b/vue.css index 673959d..0d9ea6d 100644 --- a/vue.css +++ b/vue.css @@ -369,6 +369,8 @@ h2 { font-size: 1.75rem; line-height: 1.225; margin: 35px 0px 15px 0px; + padding-bottom: 0.5em; + border-bottom: 1px solid #ddd; } h3 {