Use media query to nicely display in-browser

This commit is contained in:
2019-11-10 17:09:43 -08:00
parent 05c1ec1dfd
commit 6604e910d0
3 changed files with 18 additions and 1 deletions

View File

@@ -22,6 +22,15 @@ body {
font-family: $text-font;
line-height: 1.3em;
font-size: 14px;
@media not print {
max-width: 215.9mm;
margin-top: 10px;
padding-top: 5px;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 0px 5px #dadada;
}
}
header {