Skip to content

Commit

Permalink
Add new size to headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 6, 2024
1 parent 9ea9879 commit f6d004c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/style/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@ body.okr {
--bs-body-font-family: "Roboto", "Helvetica Neue", sans-serif;

h1 {
font-size: 28px;
font-size: 1.5rem;
font-weight: 600;
}

h2 {
font-size: 25.2px;
font-size: 1.25rem;
font-weight: 600;
word-wrap: anywhere;
@extend .linebreak;
margin-bottom: 0;
}

h3 {
font-size: 22.4px;
font-size: 1rem;
font-weight: 600;
word-wrap: anywhere;
margin-bottom: 0;
}

h4 {
font-size: 19.6px;
font-size: 0.875rem;
font-weight: normal;
margin-bottom: 0;
}

h5 {
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 0;
}

Expand Down

0 comments on commit f6d004c

Please sign in to comment.