style content header and headings
have the header and headings center aligned
This commit is contained in:
parent
954a31edd0
commit
65d631e4e4
|
@ -59,6 +59,7 @@ h6 {
|
|||
font-weight: $heading-font-weight;
|
||||
color: $alt-fg-color;
|
||||
margin: 6.4rem 0 3.2rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
header {
|
||||
margin-top: 6.4rem;
|
||||
margin-bottom: 3.2rem;
|
||||
text-align: center;
|
||||
h1 {
|
||||
font-size: 4.2rem;
|
||||
line-height: 4.6rem;
|
||||
|
|
Loading…
Reference in New Issue