diff --git a/index.php b/index.php index 8453ceb..0713689 100644 --- a/index.php +++ b/index.php @@ -95,7 +95,7 @@ if (isset($_SESSION["user_fullname"])) { border-radius: 5px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(75, 184, 240); - padding:5px 162px; + padding:5px 100px; font-family: Poppins-Regular; font-size: 23px; line-height: 1.5; diff --git a/recover_password.php b/recover_password.php index 04f8677..b5c8ef6 100644 --- a/recover_password.php +++ b/recover_password.php @@ -52,7 +52,7 @@ if(isset($_SESSION['info_recover_password'])) { border-radius: 5px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(75, 184, 240); - padding:5px 195px; + padding:5px 102px; font-family: Poppins-Regular; font-size: 23px; line-height: 1.5; diff --git a/signup.php b/signup.php index 7114c72..d2c8e68 100644 --- a/signup.php +++ b/signup.php @@ -59,7 +59,7 @@ if(isset($_SESSION['info_signup2'])) { border-radius: 5px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(75, 184, 240); - padding:5px 195px; + padding:5px 105px; font-family: Poppins-Regular; font-size: 23px; line-height: 1.5;