We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c20a83 commit 36137b3Copy full SHA for 36137b3
frontend/src/components/Card.tsx
@@ -43,7 +43,7 @@ const Card = ({
43
}, [])
44
45
return (
46
- <div className="mb-2 mt-4 flex w-full flex-col items-start rounded-md border border-border bg-white pb-4 pl-4 dark:bg-[#212529] md:max-w-6xl">
+ <div className="mb-2 mt-4 flex w-full max-w-[95%] px-4 mx-auto flex-col items-start rounded-md border border-border bg-white pb-4 pl-4 dark:bg-[#212529] md:max-w-6xl">
47
<div className="mt-2 flex w-full flex-col items-start gap-4 pt-2 sm:flex-col sm:gap-4 md:pt-0">
48
<div className="flex items-center gap-3">
49
{/* Display project level badge (if available) */}
0 commit comments