Update resume with TA and blog

This commit is contained in:
2020-03-26 18:09:49 -07:00
parent 0bed6548a8
commit dc398b02b2
3 changed files with 82 additions and 35 deletions

View File

@@ -21,11 +21,11 @@ body {
padding: 0px;
font-family: $text-font;
line-height: 1.3em;
font-size: 14px;
font-size: 12px;
@media not print {
max-width: 215.9mm;
max-height: 279.4mm;
width: 215.9mm;
height: 279.4mm;
overflow: hidden;
margin-top: 10px;
padding-top: 5px;
@@ -52,13 +52,20 @@ h1 {
font-family: $big-font, serif;
font-weight: normal;
margin: 10px;
margin-bottom: 2.5px;
color: $color-secondary;
}
h2 {
font-size: 1.1em;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 0px;
margin-top: 0px;
}
ul {
margin-top: 5px;
margin-bottom: 5px;
}
div.contact {
@@ -92,6 +99,7 @@ div.horizontal-list {
div.project-container {
flex-basis: 25%;
margin-right: 10px;
h2 {
display: inline;
@@ -119,6 +127,10 @@ div.section-content {
margin-left: 20px;
}
div.position {
margin-bottom: 10px;
}
div.position-location {
color: lighten($color-text, 30%);
}