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

@@ -11,11 +11,11 @@ body {
padding: 0px;
font-family: "Raleway";
line-height: 1.3em;
font-size: 14px; }
font-size: 12px; }
@media not print {
body {
max-width: 215.9mm;
max-height: 279.4mm;
width: 215.9mm;
height: 279.4mm;
overflow: hidden;
margin-top: 10px;
padding-top: 5px;
@@ -38,12 +38,18 @@ h1 {
font-family: "Raleway", serif;
font-weight: normal;
margin: 10px;
margin-bottom: 2.5px;
color: #1dc868; }
h2 {
font-size: 1.1em;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 0px; }
margin-bottom: 0px;
margin-top: 0px; }
ul {
margin-top: 5px;
margin-bottom: 5px; }
div.contact {
background-color: #36e281;
@@ -69,7 +75,8 @@ div.horizontal-list {
flex-grow: 1; }
div.project-container {
flex-basis: 25%; }
flex-basis: 25%;
margin-right: 10px; }
div.project-container h2 {
display: inline;
margin: 0px; }
@@ -90,6 +97,9 @@ main {
div.section-content {
margin-left: 20px; }
div.position {
margin-bottom: 10px; }
div.position-location {
color: #4d4c4c; }