feat: added padding to the body
This commit is contained in:
parent
596c6fe430
commit
69617f9efa
|
@ -18,6 +18,7 @@ body {
|
|||
font-size: $font-size;
|
||||
|
||||
width: 60rem;
|
||||
padding: 0 2rem;
|
||||
margin: auto;
|
||||
|
||||
animation: intro .3s both;
|
||||
|
|
Reference in a new issue