mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Overflow hidden on card
This commit is contained in:
@@ -1401,6 +1401,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
.card-image{cursor:pointer}
|
.card-image{cursor:pointer}
|
||||||
.card{
|
.card{
|
||||||
margin:5px 0 5px 0 !important;
|
margin:5px 0 5px 0 !important;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
.card:hover{
|
.card:hover{
|
||||||
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.16), 0 5px 10px 0 rgba(0,0,0,0.12);
|
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.16), 0 5px 10px 0 rgba(0,0,0,0.12);
|
||||||
|
|||||||
Reference in New Issue
Block a user