From 2c049b4e800f7f4885efcc63f6a8133c6fbc9ff1 Mon Sep 17 00:00:00 2001 From: princekhunt Date: Sun, 17 Mar 2024 01:45:26 +0530 Subject: [PATCH] adding padding on top for larger devices. --- assets/css/registration/registration_home.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/css/registration/registration_home.css b/assets/css/registration/registration_home.css index 2e3a286..9d8b85d 100644 --- a/assets/css/registration/registration_home.css +++ b/assets/css/registration/registration_home.css @@ -104,21 +104,20 @@ html { flex-direction: column; background-color: #f0f0f0; font-family: "Nunito", sans-serif; + overflow: hidden; } .container { text-align: center; + margin-top: 12%; } .logo { /* center vertical and horizontal */ margin: auto; display: block; - - margin-top: 8%; - - max-width: 45%; - max-height: 45%; + max-width: 50%; + max-height: 50%; } .buttons {