Fix DesignToLight cards layout
This commit is contained in:
parent
351882e4ff
commit
f0ae080cb3
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</header>
|
||||
<div class="presentation | mt-64 flow">
|
||||
<div v-for="row in page.presentation" :key="row.id" class="flex">
|
||||
<div v-for="row in page.presentation" :key="row.id" class="flex items-stretch">
|
||||
<div
|
||||
v-for="column in row.columns"
|
||||
:key="column.id"
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
<div
|
||||
v-for="block in column.blocks"
|
||||
:key="block.id"
|
||||
class="card w-full | bg-white-10 text-grey-200"
|
||||
class="card w-full h-full | bg-white-10 text-grey-200"
|
||||
>
|
||||
<img
|
||||
:src="block.content.cover.url"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue