mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-13 17:06:48 +02:00
Fix mobile styles (#550)
This commit is contained in:
parent
1d31a42bb9
commit
cb1fb23b19
4 changed files with 7 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue