Fix mobile styles (#550)

This commit is contained in:
Luke Vella 2023-03-11 10:21:04 +00:00 committed by GitHub
parent 1d31a42bb9
commit cb1fb23b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -142,7 +142,7 @@ const Page: React.FunctionComponent<CreatePollPageProps> = ({
};
return (
<div className="max-w-full px-3 pb-3 sm:p-4">
<div className="max-w-full p-3 sm:p-4">
<div className="max-w-full">
<div className="max-w-full overflow-hidden rounded-lg border bg-white shadow-sm">
<div className="flex justify-between border-b p-4">