Skip to content

Commit 6adc9ae

Browse files
Felix VikFelix Vik
authored andcommitted
Make buttons larger
1 parent ab80fc6 commit 6adc9ae

File tree

2 files changed

+4
-75
lines changed

2 files changed

+4
-75
lines changed

src/app/Alias/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/components/shared/beer-container.tsx

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)