Skip to content

Commit

Permalink
fixup! feat: mobile complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 6, 2023
1 parent 1bfffb8 commit 66b47dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MainContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'twin.macro';

const MainContainer: React.FC<MainPropsContainerProps> = ({ children, ...rest }: MainPropsContainerProps) => {
return (
<main tw="relative z-[-5] container mt-10 max-w-[100vw] sm:max-w-full md:max-w-full sm:mt-20 md:mt-36 flex flex-col items-center mx-auto lg:px-[unset]" {...rest}>
<main tw="relative z-[-5] container mt-10 max-w-[100vw] sm:max-w-full md:max-w-full mt-[7rem] sm:mt-20 md:mt-36 flex flex-col items-center mx-auto lg:px-[unset]" {...rest}>
{children}
</main>
)
Expand Down
2 changes: 1 addition & 1 deletion src/containers/NavigationMobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const NavigationMobile = () => {

return (
<>
<NavigationBar tw="relative font-primary z-[700]">
<NavigationBar tw="fixed font-primary z-[700]">
<div tw="container dark:text-blanc flex items-center relative z-[inherit]">
<NavigationLinksContainer tw="box-border flex w-full gap-x-[30px]">
<BrandContainer tw="mb-[4px] py-[20px]">
Expand Down

0 comments on commit 66b47dd

Please sign in to comment.