mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +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;
|
||||
transition: right .4s;
|
||||
}
|
||||
@media (prefers-reduced-motion) {
|
||||
.bg img {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1760px) {
|
||||
.hero {
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue