Skip to content

Commit

Permalink
Enforce typography styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko committed Mar 7, 2020
1 parent a34f513 commit e7b1d11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ h1, h2, h3, h4, h5, h6 {
}

h1 {
font-size: 90px;
font-size: 9rem;
font-size: 90px !important;
font-size: 9rem !important;
}

h2 {
font-size: 36px;
font-size: 3.6rem;
font-size: 36px !important;
font-size: 3.6rem !important;
}

h3 {
font-size: 22px;
font-size: 2.2rem;
font-size: 22px !important;
font-size: 2.2rem !important;
}

p {
font-size: 18px;
font-size: 1.8rem;
font-size: 18px !important;
font-size: 1.8rem !important;
}

a {
Expand Down

0 comments on commit e7b1d11

Please # to comment.