diff --git a/src/components/PageLayout/Footer/Footer.module.scss b/src/components/PageLayout/Footer/Footer.module.scss index 44f5a7da..f746a6fc 100644 --- a/src/components/PageLayout/Footer/Footer.module.scss +++ b/src/components/PageLayout/Footer/Footer.module.scss @@ -17,8 +17,7 @@ background-color: transparent; a { - padding: 0px 5px; - border-bottom: 5px solid white; + border-color: white; color: white; background-color: inherit; } diff --git a/src/components/PageLayout/Footer/Footer.tsx b/src/components/PageLayout/Footer/Footer.tsx index 2afe68d6..6825a39c 100644 --- a/src/components/PageLayout/Footer/Footer.tsx +++ b/src/components/PageLayout/Footer/Footer.tsx @@ -48,7 +48,7 @@ export const Footer: FC = () => { ))} {menuItemsError &&
{menuItemsError.message}
} -