Fix wrong flex direction for non-video cards
This commit is contained in:
parent
371a2473bc
commit
a01265fa48
2 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
overflow: hidden;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
text-decoration: none !important;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -11,6 +11,10 @@ video {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gallery-video.card-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
max-height: 530px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue