feat: added padding to the body

This commit is contained in:
Laureηt 2021-10-08 13:16:23 +02:00
parent 596c6fe430
commit 69617f9efa
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -18,6 +18,7 @@ body {
font-size: $font-size;
width: 60rem;
padding: 0 2rem;
margin: auto;
animation: intro .3s both;