Skip to content

Commit

Permalink
KAW-8175 Fix lineheight for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Oct 21, 2024
1 parent dae5ccb commit 01e2439
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ h1,
font-size: 2.875rem;
font-style: normal;
font-weight: 500;
line-height: 140%;
line-height: 130%;
letter-spacing: 0;
}

Expand All @@ -155,7 +155,7 @@ h4,
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: 130%;
line-height: 140%;
letter-spacing: 0.15px;
}

Expand Down Expand Up @@ -214,18 +214,21 @@ h6,
.h1 {
font-size: 4.375rem;
letter-spacing: -1.5px;
line-height: 120%;
}

h2,
.h2 {
font-size: 3rem;
letter-spacing: -0.5px;
line-height: 120%;
}

h3,
.h3 {
font-size: 2.5rem;
letter-spacing: 0;
line-height: 130%;
}

h4,
Expand Down

0 comments on commit 01e2439

Please sign in to comment.