Skip to content

Commit

Permalink
css: tweak bg color, font, list indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Oct 29, 2024
1 parent d4162ba commit 9ced61c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ main, div.document {
padding-bottom: 2em;
}

body {
font-family: Calibri, sans-serif;
background-color: #7d7785;
}

.mid {
text-align: center;
}
Expand Down Expand Up @@ -31,3 +36,18 @@ hr.docutils {
.project-desc {
margin-left: 1em;
}

blockquote {
margin-right: 0;
margin-left: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

dd {
margin-left: 0;
}

dd > ul:only-child {
padding-left: revert;
}

0 comments on commit 9ced61c

Please sign in to comment.