Remove page margin when printing

pull/25/head
Aiden Gall 3 years ago committed by GitHub
parent ea8b758fe7
commit e92805a11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,3 +33,9 @@ img {
color: tomato ;
}
}
@media print {
body {
max-width: none ;
}
}

Loading…
Cancel
Save