Improve mobile support
This commit is contained in:
parent
68a654f9e8
commit
cd97936179
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ export default ({ meta }: { meta: Record<string, unknown> }) => {
|
|||
const [ open, setOpen ] = useState(false);
|
||||
|
||||
return (
|
||||
<div className={'self-center mx-4'}>
|
||||
<div className={'self-center md:px-4'}>
|
||||
<Dialog
|
||||
open={open}
|
||||
onClose={() => setOpen(false)}
|
||||
|
|
Reference in a new issue