Skip to content

Commit

Permalink
style: Adjust font size to 50px for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitacontreras committed Jun 28, 2024
1 parent ea627cd commit f990a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>(screenshot to save the image)</h3>
const container = document.getElementById("container");
const text = document.getElementById("text");

text.style.fontSize = "60px";
text.style.fontSize = "50px";
text.style.lineHeight = "normal";

const textClone = text.cloneNode(true);
Expand Down

0 comments on commit f990a06

Please sign in to comment.