From 4ba8949569c8ab437508d9aceed390ae38648bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=86=20stargen=20=E2=98=86?= Date: Tue, 10 Dec 2024 14:46:46 -0600 Subject: [PATCH] Update style.css --- data/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index c341366..5e71da5 100644 --- a/data/style.css +++ b/data/style.css @@ -1,6 +1,7 @@ /*☆ this is so cleannnnnn ☆*/ body { - margin: 25px; /*this changes how close items can get to the edge of the screen*/ + margin: 25px; + padding: 10px 28px; /*this changes how close items can get to the edge of the screen*/ background-color: #11111B; /*this changes the bg color*/ font-family: Verdana, sans-serif; /* this changes the font */ font-size: 14px;