Make tweaks to make printing and previewing easier
This commit is contained in:
parent
5ad07166b5
commit
54f268d76e
|
@ -7,6 +7,13 @@ $color-secondary: $color-main;
|
|||
$color-link: black;
|
||||
$color-text: black;
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
margin: 0 0 0 0;
|
||||
size: 8.5in 11in;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color-link;
|
||||
border-bottom: solid 2px $color-main;
|
||||
|
@ -19,20 +26,26 @@ svg {
|
|||
|
||||
html {
|
||||
font-size: 11.5px;
|
||||
|
||||
@media not print {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: $text-font;
|
||||
line-height: 1.3em;
|
||||
line-height: 1.225em;
|
||||
font-variant-ligatures: none;
|
||||
|
||||
@media not print {
|
||||
width: 215.9mm;
|
||||
height: 279.4mm;
|
||||
width: 8.5in;
|
||||
height: 11in;
|
||||
overflow: auto;
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -124,7 +137,6 @@ div.project-container {
|
|||
a.project-link {
|
||||
color: $color-text;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user