Skip to content

Commit

Permalink
tinker with margins
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent 502154e commit 5b00938
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,33 @@ h1 {
/* email */
h1 + p {
text-align: center;
font-size: 100%;
font-size: 90%;
margin: 0;
padding: 0;
padding-top: 5px;
}

h2 {
border-bottom: 1px solid #000000;
text-transform: uppercase;
font-size: 130%;
margin: 1em 0 0 0;
margin-top: 10px;
padding: 0;
}

h3 {
font-size: 100%;
margin: 0.8em 0 0.3em 0;
margin: 0;
padding: 0;
}

p {
margin: 0 0 0.5em 0;
/* Subheading Detail Line */
h3 + p {
margin-top: 5px;
padding: 0;
}

ul {
margin-top: 10px;
padding: 0;
margin: 0 1.5em;
}

a,
Expand Down

0 comments on commit 5b00938

Please sign in to comment.