Skip to content

Commit

Permalink
fix(website):make PRC grid responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavizou committed Aug 12, 2024
1 parent 441a2d8 commit cd8fcc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ListePrcPage = ({
<h1 className="font-bold mb-12" style={{ fontSize: "40px" }}>
{article.attributes?.titre}
</h1>
<div className="grid grid-cols-3 gap-6">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
{prcs?.map((prc) => (
<div key={prc.id} className="flex flex-col border p-6 gap-2">
<h1 className="text-2xl font-bold mb-4">
Expand Down

0 comments on commit cd8fcc1

Please sign in to comment.