diff --git a/src/components/FooterMenu/FooterMenu.module.scss b/src/components/FooterMenu/FooterMenu.module.scss index 46438f4..80bc14d 100644 --- a/src/components/FooterMenu/FooterMenu.module.scss +++ b/src/components/FooterMenu/FooterMenu.module.scss @@ -111,6 +111,10 @@ &__item-title { font-weight: 500; + + @media ((min-width: 1025px) and (max-width: 2499px)){ + width: 150px; + } } } } diff --git a/src/global.scss b/src/global.scss index a8b8b11..9711fbf 100644 --- a/src/global.scss +++ b/src/global.scss @@ -15,6 +15,10 @@ body, height: 100%; } +body { + position: relative; +} + *:focus { outline: 0; }