Remove whitepace for spacing, and reduce grid dom size.

This commit is contained in:
FireMasterK
2021-12-27 14:46:39 +00:00
parent 3a577a4dfa
commit 9b6e32683f
11 changed files with 50 additions and 67 deletions

View File

@@ -22,9 +22,7 @@
<hr />
<div class="video-grid">
<div v-for="video in videos" :key="video.url">
<VideoItem :video="video" />
</div>
<VideoItem v-for="video in videos" :key="video.url" :video="video" />
</div>
</template>