diff --git a/style.css b/style.css index 5aaf8ac..2d17bb6 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ body { border-radius: 10px; /* Rounded corners */ padding: 3px 3px; /* Thinner padding on the X-axis */ text-align: center; - width: 47%; /* Set a width for the container */ + width: auto; /* Set a width for the container */ /* max-width: 600px; Max width for better responsiveness */ margin-top: 10px; /* Adds 10px space above the container */ }