Change content gap to match design

This commit is contained in:
2024-09-22 03:14:21 -04:00
parent da112e3f44
commit 0d712f6783

View File

@@ -6,7 +6,7 @@
:onLoad="fetchContents"> :onLoad="fetchContents">
<!-- TODO: the -mt-4 is necessary because the v-infinite-scroll has some 'top' panel offsetting the list --> <!-- TODO: the -mt-4 is necessary because the v-infinite-scroll has some 'top' panel offsetting the list -->
<div class="flex flex-column gap-2 -mt-4"> <div class="flex flex-column gap-4 -mt-4">
<template v-for="content in contents" :key="content.id"> <template v-for="content in contents" :key="content.id">
<component <component
:is="isSmallScreen ? ContentCardSm : ContentCardNormal" :is="isSmallScreen ? ContentCardSm : ContentCardNormal"