1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

h2 styling in the site

This commit is contained in:
Chris Cummer 2018-05-17 17:37:57 -07:00
parent 0d1c9cacc3
commit ca7d8674df
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,12 @@ h1, h2, h3, h4 {
} }
h2 { h2 {
margin-top: 24px; background-color: #623C60;
border-radius: 5px;
color: #fff;
margin-top: 32px;
margin-bottom: 18px;
padding: 10px 8px;
} }
p { p {

View File

@ -3,7 +3,12 @@ h1, h2, h3, h4 {
} }
h2 { h2 {
background-color: #623C60;
border-radius: 5px;
color: #fff;
margin-top: 24px; margin-top: 24px;
margin-bottom: 24px;
padding: 10px 8px;
} }
p { p {