remove peeking effect for smaller devices and add back shadow to the card
This commit is contained in:
@@ -226,8 +226,10 @@ h2 {
|
||||
100% { transform: rotateY(0); }
|
||||
}
|
||||
|
||||
.flip-box:hover .flip-box-front{
|
||||
animation: rotate-and-back 0.3s ease-in-out;
|
||||
@media (min-width: 448px) { /* Apply hover effect only on screens wider than md*/
|
||||
.flip-box:hover .flip-box-front {
|
||||
animation: rotate-and-back 0.3s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
.flip-box-front,
|
||||
|
||||
Reference in New Issue
Block a user