serve: add padding-left to body to avoid clipping the day

This commit is contained in:
Astro 2020-10-30 17:04:19 +01:00
parent 53051b2f37
commit 9dc747240b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
body {
font-family: sans-serif;
margin: 0 auto;
padding: 1rem 0 0 0.5rem;
padding: 1rem 0 0 1.5rem;
background-color: #373737;
color: #e7e7e7;
max-width: 40rem;