Skip to content

Commit

Permalink
refactor: modal alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
FazioNico committed Oct 6, 2023
1 parent bedf776 commit 0d2c63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HowItWork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export function HowItWork({ children }: { children?: React.ReactNode }) {
isOpen={isDisplayHowItWork}
onWillDismiss={() => setIsDisplayHowItWork(false)}
>
<IonGrid className="ion-padding">
<IonRow class="ion-align-items-top">
<IonGrid className="ion-no-padding">
<IonRow class="ion-align-items-top ion-padding">
<IonCol size="10">
<IonText>
<h3 style={{marginBottom: 0}}>
Expand Down

0 comments on commit 0d2c63e

Please sign in to comment.