summaryrefslogtreecommitdiffstats
path: root/preview.css
blob: f6223ecad687a3be7941ab3bb93c4d70cdb1b40b (plain) (blame)
1
2
3
4
5
6
7
/* US letter size paper */
html {
	width: 8.5in;
	height: 11in;
	border: 1px solid gray;
	margin: 1rem auto;
}