Skip to content

Commit

Permalink
Merge pull request #500 from saimohan11/mohan2
Browse files Browse the repository at this point in the history
Register and forget password page scrolling issue fixed
  • Loading branch information
ankit071105 authored Oct 21, 2024
2 parents 5a2d5a2 + e372650 commit 1fa4a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/forgot_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-white">
<div class="relative flex items-top justify-center min-h-[700px] bg-white sm:items-center sm:pt-0">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="relative flex items-top justify-center min-h-screen bg-white sm:items-center sm:pt-0">
<div class="w-5/6 mx-auto sm:px-6 lg:px-8">
<div class="mt-8 overflow-hidden">
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="hidden lg:block p-6 mr-2 bg-gray-100 sm:rounded-lg">
Expand Down
4 changes: 2 additions & 2 deletions client/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<body class="bg-white">

<div class="relative flex items-top justify-center min-h-[700px] bg-white sm:items-center sm:pt-0">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="relative flex items-top justify-center min-h-screen bg-white sm:items-center sm:pt-0">
<div class="w-5/6 mx-auto sm:px-6 lg:px-8">
<div class="mt-8 overflow-hidden">
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="hidden lg:block p-6 mr-2 bg-gray-100 sm:rounded-lg">
Expand Down

0 comments on commit 1fa4a41

Please sign in to comment.