File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import { UnderlineTypes } from '../utils/underlineType';
3
3
import TextSection from './TextSection' ;
4
4
import Link from 'next/link' ;
5
5
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
+
6
8
const HackathonLink = ( ) => {
7
9
return (
8
10
< div className = "flex flex-col items-center bg-orange z-0 pb-12 md:pb-16 lg:pb-20" >
9
11
< 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 } >
11
13
< span > Join</ span >
12
14
< span > the</ span >
13
15
< span > Change</ span >
You can’t perform that action at this time.
0 commit comments