Browse Source

better css header sizes

master
Levi Olson 3 years ago
parent
commit
bb69822786
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      core.css

+ 10
- 0
core.css View File

@ -37,6 +37,16 @@ h6 {
padding: 20px 0 20px 0 padding: 20px 0 20px 0
} }
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.1rem;
}
.entry-content h1 { .entry-content h1 {
display: none; display: none;
} }

Loading…
Cancel
Save