added styling for subheadings and child content of content id divs
This commit is contained in:
parent
6f221bcca0
commit
5ffd74268a
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
@ -56,6 +56,12 @@ a:hover {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#content > p, #content > ul {
|
||||
width: 95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2em;
|
||||
}
|
||||
|
@ -83,4 +89,8 @@ hr {
|
|||
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.95em;
|
||||
}
|
Loading…
Reference in a new issue