Finally fix uncentered team cards
This commit is contained in:
@@ -34,11 +34,11 @@ export default function () {
|
|||||||
display: "grid",
|
display: "grid",
|
||||||
gap: "1rem",
|
gap: "1rem",
|
||||||
gridTemplateColumns: "repeat(auto-fill, minmax(16rem, 1fr))",
|
gridTemplateColumns: "repeat(auto-fill, minmax(16rem, 1fr))",
|
||||||
width: "100%",
|
justifyItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{team.map((member) => (
|
{team.map((member) => (
|
||||||
<Card borderRadius="36px" key={member.id} maxW="xs" p="12px">
|
<Card borderRadius="36px" key={member.id} p="12px" width="100%">
|
||||||
<Image
|
<Image
|
||||||
alt={member.tag + "'s avatar"}
|
alt={member.tag + "'s avatar"}
|
||||||
borderRadius="50%"
|
borderRadius="50%"
|
||||||
|
|||||||
Reference in New Issue
Block a user