Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css" media="print">
body {
margin-left: 25px;
margin-right: 25px;
}
</style>
This will not add a margin to the content when you're viewing it on-screen, but will add a margin of 25px to the left and right when you're printing the page.
CODE
<style type="text/css" media="print">
body {
margin-left: 25px;
margin-right: 25px;
}
</style>