Skip to content

Commit

Permalink
fix font widths and heights
Browse files Browse the repository at this point in the history
This matches better with the original wireframes
  • Loading branch information
zkamvar committed Nov 30, 2023
1 parent 7ee3630 commit 771fe78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/stylesheets/overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
border: none;
height: 53px;
padding-top: 7px;
font-size: calc(22px + 0.3vw);
font-size: calc(18px + 0.3vw);
letter-spacing: 0.1em;
font-weight: 400;
}
Expand Down Expand Up @@ -39,7 +39,9 @@
text-decoration-thickness: 1px;
text-underline-offset: 25px;
margin-bottom: 50px;
font-size: calc(22px + 0.2vw);
font-size: calc(18px + 0.2vw);
font-weight: 600;
line-height: 1.5rem;
}

.overview .bordered {
Expand Down

0 comments on commit 771fe78

Please sign in to comment.