File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const miniCards: CardAttributes[] = [
83
83
84
84
export default function Page ( ) {
85
85
return (
86
- < div data-test-id = "page" className = "mx-auto flex max-w-4xl flex-col py-8" >
86
+ < div data-test-id = "page" className = "mx-auto flex max-w-4xl flex-col px-4 py-8" >
87
87
< Hero />
88
88
< h2 className = "py-8 text-2xl font-semibold" > Topics</ h2 >
89
89
< div className = "grid place-items-center gap-4 pb-20 md:grid-cols-2 lg:grid-cols-3" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function MiniCard({
9
9
href,
10
10
} : CardAttributes ) {
11
11
return (
12
- < Link href = { href } >
12
+ < Link href = { href } className = "w-full" >
13
13
< li
14
14
key = { title }
15
15
className = "col-span-1 flex rounded-md bg-gray-100/70 bg-opacity-30 shadow-md transition-colors hover:bg-gray-200/90 dark:bg-gray-950/50 dark:hover:bg-gray-900/50"
You can’t perform that action at this time.
0 commit comments