mirror of
https://github.com/danbulant/design
synced 2026-05-27 05:41:50 +00:00
remove motion when not desired
This commit is contained in:
parent
47acb8a568
commit
fece2ba8ad
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: right .4s;
|
transition: right .4s;
|
||||||
}
|
}
|
||||||
|
@media (prefers-reduced-motion) {
|
||||||
|
.bg img {
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (min-width: 1760px) {
|
@media (min-width: 1760px) {
|
||||||
.hero {
|
.hero {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue