diff --git a/src/components/HelpModal.tsx b/src/components/HelpModal.tsx index 8cc4d24..fddf7d8 100644 --- a/src/components/HelpModal.tsx +++ b/src/components/HelpModal.tsx @@ -7,7 +7,13 @@ const style = { top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: '75%', + width: { + xs: '100%', + sm: '75%', + md: 620, + lg: 620, + xl: 620, + }, bgcolor: 'background.paper', border: '2px solid #000', boxShadow: 24, @@ -45,13 +51,18 @@ const HelpModal = (): JSX.Element => { .

{' '} +

To get started, have a look at the video tutorial below.

+

- To get started, have a look at the video tutorial below. TODO - add video. -

-

- For any question, bug or feedback, please contact `didier#4229` - on the{' '} + For any question, bug or feedback, please contact{' '} + didier#4229 on the{' '} Visible Thoughts Discord server