1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00

Add horizontal padding to the website body

This commit is contained in:
Steffo 2023-02-28 13:04:51 +01:00
parent 746d92b7ad
commit cc044df0dc
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -39,6 +39,7 @@ section {
#__next {
min-height: 100vh;
padding: 0 8px;
display: flex;
flex-direction: column;