Skip to content

Commit cac51f9

Browse files
committed
changed styling to constant
1 parent 70a082a commit cac51f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/HackathonLink.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import { UnderlineTypes } from '../utils/underlineType';
33
import TextSection from './TextSection';
44
import Link from 'next/link';
55

6+
const HACKATHON_TITLE = "text-center flex flex-wrap items-baseline gap-x-2 gap-y-2 pb-8 text-white justify-center text-4xl font-semibold ml-2 mx-auto sm:text-5xl md:text-5xl lg:text-5xl sm:mx-20 md:mx-auto lg:mx-auto";
7+
68
const HackathonLink = () => {
79
return (
810
<div className="flex flex-col items-center bg-orange z-0 pb-12 md:pb-16 lg:pb-20">
911
<div className="flex items-baseline space-x-4 pt-16 px-10 md:px-24 lg:px-48">
10-
<div className="text-center flex flex-wrap items-baseline gap-x-2 gap-y-2 pb-8 text-white justify-center text-4xl font-semibold ml-2 mx-auto sm:text-5xl md:text-5xl lg:text-5xl sm:mx-20 md:mx-auto lg:mx-auto">
12+
<div className={HACKATHON_TITLE}>
1113
<span>Join</span>
1214
<span>the</span>
1315
<span>Change</span>

0 commit comments

Comments
 (0)