Skip to content

Commit

Permalink
Update font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
alizainaslam committed Mar 13, 2024
1 parent 600da1e commit c8711d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ p {

.design-tag,
.design-year-tag {
font-size: var(--font-size);
font-size: calc(18px + 0.390625vw);
padding: 10px 15px;
}
}

Expand Down

0 comments on commit c8711d0

Please sign in to comment.