Skip to content

Commit c258d5f

Browse files
Fixed contribute page responsiveness (OWASP#1127)
* Fixed responsive issue in contribute page * Applied code quality fixes * Update code --------- Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 15961e2 commit c258d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Card = ({
4343
}, [])
4444

4545
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">
46+
<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">
4747
<div className="mt-2 flex w-full flex-col items-start gap-4 pt-2 sm:flex-col sm:gap-4 md:pt-0">
4848
<div className="flex items-center gap-3">
4949
{/* Display project level badge (if available) */}

0 commit comments

Comments
 (0)