Skip to content

Commit

Permalink
optimize overview grid on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Dec 10, 2023
1 parent db0b946 commit 5e83c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lookup/[domain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LookupDomain: FC<LookupDomainProps> = async ({

return (
<>
<div className="grid grid-cols-1 gap-4 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8">
<div className="flex flex-col gap-4 md:grid md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8">
<DomainDatesWidget domain={domain} />
<DomainOwnerInfoWidget domain={domain} />
<DomainlabelWidget domain={domain} />
Expand Down

0 comments on commit 5e83c3f

Please sign in to comment.