File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments