add a bit of space around the content

This commit is contained in:
Andreas Zweili 2017-12-27 17:12:16 +01:00
parent e726b0213e
commit 6ab4959d2d
1 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,10 @@ table, th, td {
th {
text-align: left;
}
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 20px;
}