From 5b3aea75160d75f6cb3c12c4e9cccdb66567f9e3 Mon Sep 17 00:00:00 2001 From: Jaime Galvez Martinez <121205552+TheHellishPandaa@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:24:52 +0100 Subject: [PATCH] Update index.html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 065cf5d..40f4d5c 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ border-radius: 15px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); width: 30%; + margin: 4%; animation: fadeIn 1s ease-in-out; } @@ -37,8 +38,8 @@ background: rgba(255, 255, 255, 0.1); border-radius: 15px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); - margin: 5%; - width: 60%; + margin: 4%; + width: 50%; animation: fadeIn 1s ease-in-out; }