headers style have been adjusted

This commit is contained in:
Manuel
2019-02-04 11:23:15 -08:00
committed by Greg Fitzgerald
parent ac9f6a77c9
commit 5375c420c1

View File

@ -443,6 +443,12 @@ ul#searchresults span.teaser em {
border-top-right-radius: inherit; border-top-right-radius: inherit;
} }
.content p {
line-height: 1.6;
margin-top: 0;
padding: 0 28px;
}
.content h1 { .content h1 {
font-size: 25px; font-size: 25px;
font-weight: 300; font-weight: 300;
@ -457,14 +463,10 @@ ul#searchresults span.teaser em {
font-family: Poppins, sans-serif; font-family: Poppins, sans-serif;
} }
.content p {
line-height: 1.6;
margin-top: 0;
padding: 0 28px;
}
.content h2 { .content h2 {
font-family: Poppins, sans-serif; font-family: Poppins, sans-serif;
font-size: 15px; font-size: 20px;
font-weight: 300; font-weight: 300;
margin-top: 2em; margin-top: 2em;
margin-bottom: 0; margin-bottom: 0;
@ -473,12 +475,13 @@ ul#searchresults span.teaser em {
padding-bottom: 1.2em; padding-bottom: 1.2em;
} }
.content h3 { .content h3, h4, h5 {
font-size: 20px; font-size: 15px;
margin-top: 2.5em; margin-top: 2.5em;
margin-bottom: 0.8em; margin-bottom: 0.8em;
padding: 0 28px; padding: 0 28px;
} }
.content code { .content code {
background-color: rgba(0,0,0,0.05); background-color: rgba(0,0,0,0.05);
padding: 3px; padding: 3px;
@ -501,15 +504,6 @@ ul#searchresults span.teaser em {
padding: 2em 28px; padding: 2em 28px;
} }
.content h4,
.content h5 {
font-size: 15px;
margin-top: 2.5em;
margin-bottom: 0.8em;
padding: 0 28px;
}
.content table { .content table {
margin-bottom: 1em; margin-bottom: 1em;
} }