Adding font sizes to headings
This commit is contained in:
@ -22,4 +22,25 @@ body {
|
||||
padding-right: 1rem;
|
||||
margin: 0 auto;
|
||||
max-width: 50rem;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.17rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: .83rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: .67rem;
|
||||
}
|
Reference in New Issue
Block a user