Improve mobile support

This commit is contained in:
DaneEveritt 2022-06-12 15:40:14 -04:00
parent 68a654f9e8
commit cd97936179
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 4 deletions

View file

@ -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)}