fix: update padding in ReferencesSection for improved layout
This commit is contained in:
@@ -4,7 +4,7 @@ import { ReferenceCards } from "@/components/reference-cards";
|
||||
|
||||
export function ReferencesSection() {
|
||||
return (
|
||||
<section className="space-y-8 md:pt-4">
|
||||
<section className="space-y-8 md:pt-12">
|
||||
<div className="relative overflow-hidden rounded-sm">
|
||||
<ReferenceCards className="flex w-max gap-3" />
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user