diff --git a/package.json b/package.json index 6a374ae..a24b275 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "name": "kalisjoshua.me", "description": "Personal website and resume for Joshua Kalis.", - "version": "11.2.1", + "version": "11.2.3", "homepage": "https://kalisjoshua.me", "repository": { "type": "git", diff --git a/styles/print.scss b/styles/print.scss new file mode 100644 index 0000000..f0e5fdf --- /dev/null +++ b/styles/print.scss @@ -0,0 +1,56 @@ +@media print { + @page { + margin: 0 .5in !important; + } + + * { + color: black !important; + } + + p, li { + font-size: 11pt; + } + + a[href]:after { + content: ""; + } + + h1 { + font-size: 16pt !important; + font-weight: 900 !important; + text-align: center; + + small { + display: block; + font-size: 11pt !important; + font-weight: 200; + + :before { + content: "517.803.9806 - kalisjoshua@gmail.com - "; + } + } + } + + h2 { + border: 0 !important; + font-size: 14pt !important; + } + + h3 { + font-size: 12pt !important; + line-height: 0 !important; + } + + aside, + header p, + .cicada, + .sr-only { + display: none; + } + + .layout { + box-shadow: unset; + display: block !important; + max-width: unset; + } +} \ No newline at end of file