diff --git a/src/components/OnBoarding/OnBoardingLayout.css b/src/components/OnBoarding/OnBoardingLayout.css index 30c3530..f10c3e3 100644 --- a/src/components/OnBoarding/OnBoardingLayout.css +++ b/src/components/OnBoarding/OnBoardingLayout.css @@ -199,12 +199,8 @@ text-decoration: none; z-index: 1; - @media (min-width: 1000px) { - & { - right: 6rem; - bottom: 3rem; - } - } + right: 6rem; + bottom: 3rem; &:hover { animation-name: example; @@ -238,3 +234,7 @@ opacity: 0.4; } } + +#sentry-feedback { + right: 128px; +}