Skip to content

Commit

Permalink
Enhance the responsiveness of the login experience
Browse files Browse the repository at this point in the history
I updated the githublogin.tsx by removing the Page and PageSection tags, replacing them with div tags. Additionally, I modified the githublogin.css to include both vertical and horizontal scrolling, ensuring the page adapts to any window size.

Signed-off-by: Samarpita Bhaumik <[email protected]>
  • Loading branch information
samarpita-bhaumik committed Sep 27, 2024
1 parent 6395bde commit d4f211c
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 15 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit d4f211c

Please sign in to comment.