Use media query to nicely display in-browser
This commit is contained in:
@@ -12,6 +12,14 @@ body {
|
||||
font-family: "Raleway";
|
||||
line-height: 1.3em;
|
||||
font-size: 14px; }
|
||||
@media not print {
|
||||
body {
|
||||
max-width: 215.9mm;
|
||||
margin-top: 10px;
|
||||
padding-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 0px 0px 5px #dadada; } }
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user