Add more margin to <h3>s
This commit is contained in:
parent
4dfeac1cb3
commit
24a48d4720
|
@ -70,6 +70,9 @@ h1, h2, h3, header nav {
|
||||||
font-family: Futura, Helvetica, sans-serif;
|
font-family: Futura, Helvetica, sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
|
Loading…
Reference in New Issue