Merge branch 'master' into resume-pdf-2

This commit is contained in:
2019-10-07 22:00:27 -04:00
18 changed files with 204 additions and 57 deletions

View File

@@ -94,10 +94,10 @@ $phone-width: 800px;
// general elements {{{ //
// $background-color: #2d2d2d;
// $color: #f2f0ec;
$background-color: white;
$color: black;
$background-color: #2d2d2d;
$color: #f2f0ec;
// $background-color: white;
// $color: black;
body {
margin: 0;
@@ -656,6 +656,30 @@ header {// {{{
// // font-size: 1em;
// }
&.letter {
margin-top: 2em;
img {
height: 4.5em;
}
h2 {
color: $base-red;
margin-top: 0em;
}
p {
margin-bottom: 1.25em;
}
.no-line-spacing {
line-height: .5em;
margin-bottom: 2em;
p {
margin-bottom: 1em;
}
}
}
}// }}}
#server {// {{{