diff --git a/src/components/ButtonsFixed/ButtonsFixed.module.scss b/src/components/ButtonsFixed/ButtonsFixed.module.scss index 83800b5..900c16c 100644 --- a/src/components/ButtonsFixed/ButtonsFixed.module.scss +++ b/src/components/ButtonsFixed/ButtonsFixed.module.scss @@ -32,6 +32,8 @@ border-radius: 100%; background: transparent; background-image: url('../../assets/imgs/logo-top.png'); + background-repeat: no-repeat; + background-size: 66px 66px; width: 66px; height: 66px; cursor: pointer; @@ -39,8 +41,26 @@ @media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} { width: 34px; height: 34px; + background-size: 34px 34px; + } + img { + width: 66px; + height: 66px; + + @media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} { + width: 34px; + height: 34px; + } + } + } + + a { + text-decoration: none; + cursor: pointer; + + img { width: 66px; height: 66px; diff --git a/src/components/Footer/FooterTop/FooterTop.tsx b/src/components/Footer/FooterTop/FooterTop.tsx index b46572a..01a6d0e 100644 --- a/src/components/Footer/FooterTop/FooterTop.tsx +++ b/src/components/Footer/FooterTop/FooterTop.tsx @@ -93,22 +93,22 @@ const FooterTop = () => {