File tree Expand file tree Collapse file tree 2 files changed +4
-75
lines changed
Expand file tree Collapse file tree 2 files changed +4
-75
lines changed Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ const QuestionsPage = () => {
6969 < BeerContainer color = "cyan" >
7070 < div className = " text-center flex-1" >
7171 < h1 className = { `${ lilita . className } text-5xl pt-8` } > Alias</ h1 >
72- < div className = "w-full h-full max-w-2xl flex flex-col grow mt-12 justify-between" >
72+ < div className = "w-full h-[70vh] max-w-2xl flex flex-col grow mt-12 justify-between" >
7373 < CustomSwiper
7474 slides = { slides }
7575 effect = "cards"
7676 currentIndex = { currentCard }
7777 onNavigate = { handleNavigate }
7878 color = { "cyan" }
7979 />
80- < div className = "flex gap-2 mt-8 h-full justify-between flex-1" >
80+ < div className = "flex gap-2 justify-between flex-1" >
8181 < Button
8282 onClick = { ( ) => setValidCurrentCard ( currentCard - 1 ) }
83- className = "bg-red-500 hover:bg-red-500/90 w-full group h-full flex-1"
83+ className = "bg-red-500 hover:bg-red-500/90 w-full h-full group mb-10 flex-1"
8484 >
8585 < ArrowLeft
8686 size = { 20 }
@@ -90,7 +90,7 @@ const QuestionsPage = () => {
9090 </ Button >
9191 < Button
9292 onClick = { ( ) => setValidCurrentCard ( currentCard + 1 ) }
93- className = "bg-green-500 hover:bg-green-500/90 w-full group h-full flex-1"
93+ className = "bg-green-500 hover:bg-green-500/90 w-full h-full group flex-1"
9494 >
9595 Riktig
9696 < ArrowRight
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments