From 072a4cd149318024341ed033de80646f42c20f72 Mon Sep 17 00:00:00 2001 From: p0x games <151543501+p0xx@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:33:48 -0500 Subject: [PATCH] Update home.css --- css/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/home.css b/css/home.css index b651a07..e309d14 100644 --- a/css/home.css +++ b/css/home.css @@ -13,7 +13,7 @@ body { left: 0; right: 0; width: 100%; - padding: 20px 0; /* increase padding */ + padding: 15px 0; /* increase padding */ transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out; } @@ -24,7 +24,7 @@ body { text-align: center; padding: 14px 24px; /* increase padding */ text-decoration: none; - border-radius: 20px; /* add border radius */ + border-radius: 17px; /* add border radius */ transition: background-color 0.3s ease-in-out; }