Skip to content

Commit

Permalink
code -responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
JKP1008shine committed Aug 20, 2024
1 parent d59f372 commit aa8cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ a:hover {
}

code{
font-size: clamp(0.8rem, 1.2vw, 1rem); /* Min 0.8rem, scales with viewport width, max 1rem */
font-size: clamp(1rem, 1.5vw, 2rem); /* Min 0.8rem, scales with viewport width, max 1rem */
}
}

0 comments on commit aa8cde6

Please sign in to comment.