added litte bit of padding, so the type doesn't touch the browser's frame

This commit is contained in:
Marvin Kubiak 2021-03-10 23:56:14 +01:00
parent ea8b758fe7
commit 0fd7a2394d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
body {
max-width: 800px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
}