h2 title should a underline

This commit is contained in:
NoDocCat 2018-09-11 14:54:32 +08:00
parent 2fc499b657
commit e7e91c5d44

View File

@ -369,6 +369,8 @@ h2 {
font-size: 1.75rem; font-size: 1.75rem;
line-height: 1.225; line-height: 1.225;
margin: 35px 0px 15px 0px; margin: 35px 0px 15px 0px;
padding-bottom: 0.5em;
border-bottom: 1px solid #ddd;
} }
h3 { h3 {