feat: otimizacao de responsividade para celulares e tablets em todas as telas e modais
This commit is contained in:
@@ -335,7 +335,7 @@ export const Layout: React.FC<LayoutProps> = ({ children }) => {
|
||||
"md:pl-68", // Push content on desktop
|
||||
"pt-16 md:pt-0" // Add padding on mobile for header
|
||||
)}>
|
||||
<div className="max-w-7xl mx-auto px-6 sm:px-10 lg:px-12 py-10 w-full animate-in fade-in slide-in-from-bottom-4 duration-500">
|
||||
<div className="max-w-7xl mx-auto px-3.5 sm:px-6 md:px-8 lg:px-12 py-5 sm:py-8 md:py-10 w-full animate-in fade-in slide-in-from-bottom-4 duration-500">
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user