Skip to content

Commit

Permalink
Mobile responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
banushi-a committed Oct 20, 2024
1 parent eed89a6 commit 75fabdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(pages)/(dashboard)/companies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function Companies() {
return (
<>
<SearchFilter />
<div className="mb-8 grid h-[75dvh] w-3/4 grid-cols-3 gap-4">
<div className="mb-8 grid h-[75dvh] w-3/4 grid-cols-1 gap-4 overflow-y-scroll md:grid-cols-2 lg:grid-cols-3">
{roles.map((role) => {
return (
<RoleReviewCard key={role.id} roleObj={role} className="mb-4" />
Expand Down

0 comments on commit 75fabdc

Please sign in to comment.