Extend video size to fill whole grid container
This commit is contained in:
parent
46124b6b89
commit
b2402ee635
|
@ -3,6 +3,7 @@
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-columns: repeat(auto-fill, 262px)
|
grid-template-columns: repeat(auto-fill, 262px)
|
||||||
justify-content: space-evenly
|
justify-content: space-evenly
|
||||||
|
grid-gap: 8px
|
||||||
|
|
||||||
&.list
|
&.list
|
||||||
display: grid
|
display: grid
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.grid {
|
.grid {
|
||||||
min-height: 264px;
|
min-height: 264px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
|
Loading…
Reference in New Issue