From cc044df0dca5c20f8adde2610909fa28e69f9711 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 28 Feb 2023 13:04:51 +0100 Subject: [PATCH] Add horizontal padding to the website body --- pages/_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/_app.css b/pages/_app.css index 672046c..f219ab1 100644 --- a/pages/_app.css +++ b/pages/_app.css @@ -39,6 +39,7 @@ section { #__next { min-height: 100vh; + padding: 0 8px; display: flex; flex-direction: column;