Merge pull request #27 from vod3/master

added litte bit of padding
This commit is contained in:
Luke Smith
2021-03-10 23:28:44 -05:00
committed by GitHub

View File

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