fix various header sizing issues
This commit is contained in:
parent
dbb22984e6
commit
70b9e788c9
@ -93,13 +93,18 @@ h1,h2,h3,h4,h5,h6 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
header > h1 {
|
||||
margin: 0;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
margin-bottom: 1rem;
|
||||
.article-header > h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
/* Not sure why h1 needs this fix, but otherwise it's smaller than h2 */
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user