paddockpass/react/11/videos/src/components/VideoItem.css
Christopher Talib 4f9a8d418d finished 11
2019-11-08 12:55:53 +01:00

10 lines
143 B
CSS

.video-item {
display: flex !important;
align-items: center !important;
cursor: pointer;
}
.video-item.item img {
max-width: 180px;
}