Resume: fix paper size
This commit is contained in:
@@ -92,7 +92,8 @@ body {
|
||||
background-color: $background-color;
|
||||
color: $color;
|
||||
line-height: 1.5;
|
||||
font-size: 100%;
|
||||
// font-size: 100%;
|
||||
font-size: 1.1em;
|
||||
/* font-family: 'Source Code Pro', monospace; */
|
||||
font-family: 'Hack', monospace;
|
||||
display: flex;
|
||||
@@ -428,6 +429,7 @@ footer {// {{{
|
||||
@include vert-padding-rem(0.5);
|
||||
display: flex;
|
||||
align-content: center;
|
||||
// font-size: 1.25em;
|
||||
|
||||
div {
|
||||
flex-grow: 1;
|
||||
@@ -447,7 +449,24 @@ footer {// {{{
|
||||
}
|
||||
}// }}}
|
||||
|
||||
@page {
|
||||
size: letter;
|
||||
}
|
||||
// @media print {
|
||||
// @page {
|
||||
// margin: 0;
|
||||
// size: letter;
|
||||
// }
|
||||
|
||||
// body {
|
||||
// padding: 1in;
|
||||
// }
|
||||
// }
|
||||
|
||||
#resume {// {{{
|
||||
// font-size: 1.1em;
|
||||
// font-size: 1em;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
@@ -458,6 +477,7 @@ footer {// {{{
|
||||
h1 {
|
||||
color: $base-orange;
|
||||
margin-top: .9em;
|
||||
font-size: 1.75em;
|
||||
}
|
||||
|
||||
.date {
|
||||
@@ -471,6 +491,7 @@ footer {// {{{
|
||||
h2 {
|
||||
color: $base-sky-blue;
|
||||
display: inline;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -508,8 +529,8 @@ footer {// {{{
|
||||
|
||||
h1.site-title {// {{{
|
||||
text-align: center;
|
||||
/* font-size: 3.5em; */
|
||||
font-size: 4.8em;
|
||||
// font-size: 4.8em;
|
||||
font-size: 5.5em;
|
||||
// color: #66cccc;
|
||||
color: $base05;
|
||||
margin-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user