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; }