Incorporate feedback from Dr. Winters.

This commit is contained in:
2020-06-17 00:04:45 -07:00
parent c2d7672a69
commit e02e4ffc7a
2 changed files with 22 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
$text-font: 'Raleway';
$big-font: 'Raleway';
@@ -69,7 +69,7 @@ h1 {
h2 {
font-size: 1.2em;
font-weight: 500;
font-weight: 400;
margin-bottom: 0px;
margin-top: 0px;
}
@@ -152,3 +152,8 @@ div.position-location {
section {
page-break-inside: avoid;
}
em.bold {
font-style: normal;
font-weight: 600;
}