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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="presentation | mt-64 flow">
|
<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
|
<div
|
||||||
v-for="column in row.columns"
|
v-for="column in row.columns"
|
||||||
:key="column.id"
|
:key="column.id"
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
<div
|
<div
|
||||||
v-for="block in column.blocks"
|
v-for="block in column.blocks"
|
||||||
:key="block.id"
|
: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
|
<img
|
||||||
:src="block.content.cover.url"
|
:src="block.content.cover.url"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue