diff --git a/components/Layouts/AppLayout.tsx b/components/Layouts/AppLayout.tsx index 1e91c950..c3a115a7 100644 --- a/components/Layouts/AppLayout.tsx +++ b/components/Layouts/AppLayout.tsx @@ -184,7 +184,26 @@ const AppLayout = ({ children, username }: Props) => { diff --git a/components/Layouts/app-layout.module.css b/components/Layouts/app-layout.module.css index d6fedaf8..cea89cc9 100644 --- a/components/Layouts/app-layout.module.css +++ b/components/Layouts/app-layout.module.css @@ -177,13 +177,15 @@ transform: translateX(-50%); } -.footer span { +.footer > a > span { + color: black; margin-right: 5px; + font-weight: 700; } @media (max-width: 375px) { .footer { - bottom: 0; + bottom: -10%; } }