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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content > p, #content > ul {
|
||||||
|
width: 95%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
|
@ -84,3 +90,7 @@ hr {
|
||||||
h4 {
|
h4 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
font-size: 0.95em;
|
||||||
|
}
|
Loading…
Reference in a new issue