Skip to content

Commit

Permalink
scrolling effected removed from forget password
Browse files Browse the repository at this point in the history
  • Loading branch information
saimohan11 committed Oct 20, 2024
1 parent 191f6db commit 569f0fb
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 569f0fb

Please sign in to comment.