Skip to content

Commit

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

Please sign in to comment.