remove motion when not desired

This commit is contained in:
Daniel Bulant 2022-05-17 14:58:00 +02:00
parent 47acb8a568
commit fece2ba8ad

View file

@ -62,6 +62,11 @@
border-radius: 5px;
transition: right .4s;
}
@media (prefers-reduced-motion) {
.bg img {
transition: none;
}
}
@media (min-width: 1760px) {
.hero {
margin: 0 auto;