Skip to content

Commit 65a9af9

Browse files
committed
Added white border to bottom of contact banner.
1 parent 9381db2 commit 65a9af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/index/contact-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ContactSection: React.FC = () => {
4545
}
4646

4747
return (
48-
<section ref={ref} className="">
48+
<section ref={ref} className="border-b-1 border-[#FFFFFF]">
4949
<motion.div
5050
className="h-24 text-white flex items-center justify-center relative overflow-hidden"
5151
initial={{

0 commit comments

Comments
 (0)