From 3d3147e8da5dd44dbf520be6ede6a27ba49c7267 Mon Sep 17 00:00:00 2001 From: Yatharth Shahi <57322205+Ghosty-Gigabytes@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:07:03 +0530 Subject: [PATCH] Fix padding of 'Back' button --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 94f5231..bc685b3 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,7 @@ nav a:hover { nav .back { float: right; /* Float the back button to the right */ - padding: 14px 20px; /* Add padding to the back button */ + padding: 15px 20px; /* Add padding to the back button */ background-color: #4CAF50; /* Background color */ color: white; /* Text color */ border: none; /* Remove border */