Resume: PDF

This commit is contained in:
2019-09-11 09:04:38 -04:00
parent 92d14f955f
commit 98fb0482cd
6 changed files with 44 additions and 35 deletions

View File

@@ -82,10 +82,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;
@@ -414,6 +414,7 @@ footer {// {{{
} */// }}}
#print-icon {// {{{
display: none;
float: right;
img {
@@ -456,6 +457,7 @@ footer {// {{{
h1 {
color: $base-orange;
margin-top: .9em;
}
.date {
@@ -493,9 +495,9 @@ footer {// {{{
}
}
// [id^="details-"] {
// margin-top: .5em;
// }
[id^="details-"] {
margin-top: .5em;
}
}
}// }}}
@@ -518,15 +520,13 @@ h1.site-title {// {{{
text-decoration: none;
}
@media (max-width: $max-page-width) {
font-size: 3em;
}
@media (max-width: $phone-width) {
// @media (max-width: $max-page-width) {
// font-size: 3em;
// font-size: 2.5em;
font-size: 2em;
}
// }
// @media (max-width: $phone-width) {
// font-size: 2em;
// }
}// }}}
.hero-logo img {