Skip to content

Commit

Permalink
fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Feb 17, 2025
1 parent 7eb22bb commit e04346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/identities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ const Identities: NextPage = () => {

return (
<>
<div className={` ${styles.screen} overflow-y-hidden hide-scrollbar`}>
<div>
<div className={styles.wrapperScreen}>
<div className="mt-[12vh]">
{loading ? (
<section className="mt-20 w-full">
<IdentitiesSkeleton />
Expand Down

0 comments on commit e04346a

Please sign in to comment.