mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +02:00
🐛 Fix page layout
This commit is contained in:
parent
2ccf705a2c
commit
31d36c9867
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const PageLayout: React.FunctionComponent<PageLayoutProps> = ({ children }) => {
|
|||
fill="url(#1f932ae7-37de-4c0a-a8b0-a6e3b4d44b84)"
|
||||
/>
|
||||
</svg>
|
||||
<div className="mx-auto max-w-full grow p-4 sm:max-w-7xl sm:p-8">
|
||||
<div className="mx-auto w-full max-w-full grow p-4 sm:max-w-7xl sm:p-8">
|
||||
<div className="mb-16 flex w-full items-center">
|
||||
<div className="flex grow items-center gap-x-12">
|
||||
<Link className="inline-block rounded" href="/">
|
||||
|
|
Loading…
Add table
Reference in a new issue