Skip to content

Commit cdfde43

Browse files
committed
updated the timeline
1 parent 6713bbb commit cdfde43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

components/Results.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ const Results = ({ roomCode }: RoomCode) => {
4747

4848
<Timeline />
4949

50+
<button
51+
className='min-[1470px]:hidden text-2xl tracking-wide font-medium py-2 px-5 border-2 border-white rounded-lg outline outline-2 outline-transparent hover:outline-white'
52+
53+
>Show Timeline</button>
54+
5055
<p className="text-3xl text-[#d4d4d4] font-medium pb-3 my-4">
5156
Members Info
5257
</p>

components/Timeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Timeline = () => {
3636
}
3737

3838
return (
39-
<div className="my-[50px] flex p-0 text-center">
39+
<div className="my-[50px] flex p-0 text-center max-[1470px]:scale-[0.253]">
4040
{timeline.map((time: number, index: number) => (
4141
<div
4242
key={index}

0 commit comments

Comments
 (0)