mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-26 19:28:39 +00:00
putting the animation under a @media query
This commit is contained in:
@@ -48,8 +48,12 @@
|
|||||||
height:100px;
|
height:100px;
|
||||||
background:linear-gradient(0deg, #89eafc00 0px, #89ebfc8e 50px, #89eafc00 100px, transparent);
|
background:linear-gradient(0deg, #89eafc00 0px, #89ebfc8e 50px, #89eafc00 100px, transparent);
|
||||||
display:block;
|
display:block;
|
||||||
animation: .5s linear 1 slideacross ;
|
|
||||||
rotate:30deg
|
rotate:30deg;
|
||||||
|
|
||||||
|
@media screen and (prefers-reduced-motion: no-preference) {
|
||||||
|
animation: .5s linear 1 slideacross ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user