Even better headers
parent
03674eaf2b
commit
fa7821763b
|
@ -32,20 +32,30 @@ h2 {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 132%;
|
font-size: 132%;
|
||||||
|
margin-bottom: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 116%;
|
font-size: 116%;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: .5em 0 .5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hyperlinks */
|
/* Hyperlinks */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue