Skip to content

Commit

Permalink
reduce font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent 2f8f5dc commit d75fe5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@ h1 + p {
h2 {
border-bottom: 1px solid #000000;
text-transform: uppercase;
font-size: 130%;
font-size: 110%;
margin: 10px 0 0 0;
padding: 0;
}

h3 {
font-size: 95%;
margin: 10px 0 0 0;
padding: 0;
}

/* Subheading Detail Line */
h3 + p {
font-size: 90%;
margin: 2px 0 0 0;
padding: 0;
}
Expand Down

0 comments on commit d75fe5d

Please sign in to comment.