Skip to content

Commit

Permalink
Set minimal px font value
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Nov 30, 2023
1 parent a73e55d commit dfb0d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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(1rem + 0.5vw);
font-size: calc(22px + 0.3vw);
letter-spacing: 0.1em;
font-weight: 400;
}
Expand Down Expand Up @@ -39,7 +39,7 @@
text-decoration-thickness: 1px;
text-underline-offset: 25px;
margin-bottom: 50px;
font-size: calc(1rem + 0.7vw);
font-size: calc(22px + 0.2vw);
}

.overview .bordered {
Expand Down

0 comments on commit dfb0d82

Please sign in to comment.