Extend video size to fill whole grid container

This commit is contained in:
Cadence Ember 2020-12-18 17:24:41 +13:00 committed by Preston
parent 46124b6b89
commit b2402ee635
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
display: grid
grid-template-columns: repeat(auto-fill, 262px)
justify-content: space-evenly
grid-gap: 8px
&.list
display: grid

View File

@ -1,5 +1,6 @@
.grid {
min-height: 264px;
display: flex;
}
.list {