Skip to content

Commit

Permalink
email size, remove h1 underline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent e4d4991 commit a38d3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {

h1 {
text-transform: uppercase;
text-decoration: none;
text-align: center;
font-size: 200%;
margin: 0;
Expand All @@ -22,7 +23,7 @@ h1 {
/* email */
h1 + p {
text-align: center;
font-size: 50%;
font-size: 100%;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit a38d3f6

Please sign in to comment.