File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
services/web/src/website/HackathonPage/JourneySection Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type JourneyModule = {
66function DesktopJourneyModule ( { title, text } : JourneyModule ) {
77 return (
88 < div className = "scroll-section text-white" >
9- < div className = "border-2 border-[#233340] rounded-md p-6 bg-[#000912] min-w-[35rem] relative md:min-h-[13rem ] md:max-h-[23rem] xxl:min-h-[25rem] xxl:max-h-[25rem]" >
9+ < div className = "border-2 border-[#233340] rounded-md p-6 bg-[#000912] min-w-[35rem] relative md:min-h-[20rem ] md:max-h-[23rem] xxl:min-h-[25rem] xxl:max-h-[25rem]" >
1010 < div className = "absolute left-[0.30rem] top-[20%] w-1 h-24 bg-white rounded-lg -translate-x-2" > </ div >
1111 < h3 className = "text-white text-xl md:text-base mb-2" > { title } </ h3 >
12- < p className = "text-[#A9B4C3] md:text-[0.6rem] xxl:text-xl text-xs" > { text } </ p >
12+ < p className = "text-[#A9B4C3] md:text-sm xxl:text-xl text-xs" > { text } </ p >
1313 < div className = "absolute right-6 bottom-0 flex gap-2 translate-y-1/2" >
1414 < div className = "w-2 h-2 rounded-full bg-white" > </ div >
1515 < div className = "w-2 h-2 rounded-full bg-white" > </ div >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function JourneySection() {
8989 < div
9090 key = { index }
9191 ref = { addToRefs }
92- className = "absolute top-0 left-0 w-full"
92+ className = "absolute md:top-16 top-0 lg: top-0 left-0 w-full"
9393 style = { { zIndex : index + 1 } }
9494 >
9595 < DesktopJourneyModule title = { entry . title } text = { entry . text } />
You can’t perform that action at this time.
0 commit comments