Skip to content

Commit

Permalink
h5 and h6 sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Feb 28, 2024
1 parent 7a6f01c commit 6fe4947
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,20 @@ h4 {
margin-bottom: 0.889em;
}

h5 {
font-size: 1.25em;
line-height: 1.1em;
padding-top: 1.25em;
margin-bottom: 0.5em;
}

h6 {
font-size: 1.125em;
line-height: 1.1em;
padding-top: 1.125em;
margin-bottom: 0.5em;
}

table {
border-collapse: collapse;
border: 1px solid var(--grey-1);
Expand Down

0 comments on commit 6fe4947

Please sign in to comment.