Skip to content

Commit

Permalink
💄 Try fix mobile 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaa committed Sep 3, 2024
1 parent ae54c6d commit cd90fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Simulateur({
<div className="flex flex-1 flex-col pb-16 pt-16 md:pt-20">
<div
className={twMerge(
'flex flex-1 flex-col',
'flex flex-1 flex-col pt-6',
isQuestionListOpen && !isDebug ? 'hidden' : 'flex'
)}>
<Form />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function Form() {

<FunFact question={currentQuestion} />

<div className="mb-8 mt-auto">
<div className="mb-8 mt-auto pb-16 md:pb-0">
<CategoryIllustration category={currentCategory ?? 'transport'} />
</div>
</div>
Expand Down

0 comments on commit cd90fe5

Please sign in to comment.