Refactor ScrollToTop.scss to apply responsive styles

This commit is contained in:
dertyp7
2024-01-13 18:40:29 +01:00
parent f4cd635abf
commit 0edfa1eeef

View File

@@ -17,11 +17,14 @@
&.down { &.down {
transform: rotate(-180deg); transform: rotate(-180deg);
width: 50px;
height: 50px; @media screen and (min-width: 768px) {
position: fixed; width: 50px;
bottom: 15px; height: 50px;
right: 50%; position: fixed;
bottom: 15px;
right: 50%;
}
&:hover { &:hover {
animation: pulseDown 1s infinite; animation: pulseDown 1s infinite;