Skip to content

Commit

Permalink
fix(rwd): computer-vision-context mobile version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBe2001 committed Jul 26, 2024
1 parent 1b31d0e commit 67c4fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/works/computer-vision/computer-vision-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const ComputerVisionContext = async () => {
return (
<section className="mx-auto mb-16 max-w-6xl">
<WorkTitle>{t("title")}</WorkTitle>
<article className="grid gap-8 lg:grid-cols-2">
<WorkContext className="col-span-2">
<article className="grid gap-8 md:grid-cols-2">
<WorkContext className="md:col-span-2">
<h4 className="mb-5 text-4xl">{t("pandemic.title")}</h4>
<p>{t("pandemic.description")}</p>
</WorkContext>
Expand Down

0 comments on commit 67c4fbd

Please sign in to comment.