Skip to content

Commit

Permalink
chore: fix positioning of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ayussh-2 committed Oct 25, 2024
1 parent 4de2bbb commit 0cdbfd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileMenu/ProfileMenu.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { motion } from 'framer-motion';
import Link from 'next/link';

export const Container = styled.div`
${tw`h-[80dvh] grid place-items-center w-full`}
${tw`lg:absolute lg:top-52 lg:left-72 sxl:left-96 w-full h-[80vh] lg:h-full flex items-center justify-center z-50`}
`;

export const MenuCard = styled(motion.div)`
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
slg: '900px',
lg: '1024px',
llg: '1124px',
sxl: '1200px',
xl: '1280px',
'2xl': '1536px',
},
Expand Down

0 comments on commit 0cdbfd0

Please sign in to comment.