Skip to content

Commit

Permalink
Unité compatible mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Jan 16, 2024
1 parent 6de67e9 commit 07489b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/explications/ExplicationUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const Wrapper = styled.section`
background: #f6f6f6;
width: 100%;
padding: 1rem 0;
margin-top: 3rem;
${(p) => p.$noMargin && `margin: 0; padding-top: 3rem`}
margin-top: 3vh;
${(p) => p.$noMargin && `margin: 0; padding-top: 3vh`}
`
export const Content = styled.div`
width: 800px;
Expand Down

0 comments on commit 07489b6

Please sign in to comment.