add styles for headings and paragraph
This commit is contained in:
parent
459535c906
commit
e4d0d45946
11
style.css
11
style.css
@ -139,7 +139,7 @@ form#searchform input#searchsubmit {
|
||||
}
|
||||
#container #content p {
|
||||
padding: 0px;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#container #content table {
|
||||
border-top: none;
|
||||
@ -157,6 +157,15 @@ form#searchform input#searchsubmit {
|
||||
margin-bottom: 10px !important;
|
||||
clear: both;
|
||||
}
|
||||
#content .entry-content h1,
|
||||
#content .entry-content h2,
|
||||
#content .entry-content h3,
|
||||
#content .entry-content h4,
|
||||
#content .entry-content h5,
|
||||
#content .entry-content h6 {
|
||||
margin: 2rem 0 1.38rem;
|
||||
}
|
||||
|
||||
#content .entry-content h2 {
|
||||
border: none !important;
|
||||
border-left: 5px solid #8F8F8F !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user