diff --git a/src/views/components/BackToHomeButton.vue b/src/views/components/BackToHomeButton.vue index 6619432..483d8ac 100644 --- a/src/views/components/BackToHomeButton.vue +++ b/src/views/components/BackToHomeButton.vue @@ -1,11 +1,8 @@ @@ -88,8 +85,14 @@ const backToHome = () => { @media (max-width: 768px) { .backToHomeBtn { - top: 0px; - right: 0px; + top: 15px; + right: -50px; + } + + .backImg { + width: 30%; + height: auto; + ; } } \ No newline at end of file