From 69617f9efa0d5815b06c8b9bfa60e63fd46c0ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 8 Oct 2021 13:16:23 +0200 Subject: [PATCH] feat: added padding to the body --- src/scss/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/style.scss b/src/scss/style.scss index 996f90c..10f5df8 100755 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -18,6 +18,7 @@ body { font-size: $font-size; width: 60rem; + padding: 0 2rem; margin: auto; animation: intro .3s both;