Skip to content

Commit

Permalink
fix lg -> xl sidebar spacing from top
Browse files Browse the repository at this point in the history
  • Loading branch information
filipc30 committed Jan 13, 2024
1 parent 13755e5 commit d7c00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function AdminRoute() {
)}
>
<div
className="pb-2 max-lg:px-2 lg:w-[152px] lg:pb-20 lg:pr-9 xl:py-6 2xl:py-10"
className="pb-2 max-lg:px-2 lg:w-[152px] lg:pb-20 lg:pr-9 lg:py-6 2xl:py-10"
onMouseOver={handleMouseOver}
onMouseLeave={handleMouseOut}
>
Expand Down

0 comments on commit d7c00ac

Please sign in to comment.