This commit is contained in:
parent
69d10f88a0
commit
be35ecb62a
@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Mobile Image Stack -->
|
||||
<div class="relative -mt-10 flex flex-col md:hidden">
|
||||
<div class="relative -mt-10 flex min-h-[800px] flex-col md:hidden">
|
||||
<img
|
||||
v-for="(img, idx) in item.mobileImages"
|
||||
:key="idx"
|
||||
@ -79,7 +79,7 @@
|
||||
</div>
|
||||
|
||||
<!-- PC Image Stack -->
|
||||
<div class="relative mt-4 hidden flex-col md:flex">
|
||||
<div class="relative mt-4 hidden min-h-[800px] flex-col md:flex">
|
||||
<img
|
||||
v-for="(img, idx) in item.pcImages"
|
||||
:key="idx"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 94 KiB |
Loading…
x
Reference in New Issue
Block a user