From 299bc3d0d30dac7ec073482735f185b7da5fdf6b Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 18 Jun 2023 17:43:11 +0200 Subject: [PATCH] Add space between page and its contents. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 37ebf3e..e6a769d 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ border-style: double; grid-column: 2; margin: 10px 0; + padding: 5px; } -- 2.39.5