Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 7f74296

Browse files
committed
Disabling animations only for 450px or smaller
1 parent ec7a219 commit 7f74296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/boardCard/boardCard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
padding: 1rem 0 0 0;
6565
}
6666

67-
@media screen and (max-width: 850px) {
67+
@media screen and (max-width: 450px) {
6868
.boardCard {
6969
max-height: 650px;
7070
transition: none;

0 commit comments

Comments
 (0)