This commit is contained in:
parent
e7f76c6a1a
commit
dde8735899
@ -2,7 +2,7 @@
|
||||
<div class="mx-auto grid grid-cols-2 gap-[10px] md:flex md:flex-wrap">
|
||||
<template v-for="(item, index) in downloadLinks" :key="index">
|
||||
<a
|
||||
v-if="link"
|
||||
v-if="item.link"
|
||||
:href="item.link"
|
||||
target="_blank"
|
||||
:aria-label="item.label"
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<img
|
||||
:src="ScreenshotMobile"
|
||||
alt="App Screenshot"
|
||||
class="h-auto w-full drop-shadow-2xl"
|
||||
class="h-auto w-full drop-shadow-2xl min-h-[182px]"
|
||||
/>
|
||||
<div class="absolute right-[8%] bottom-[97px] z-50 aspect-square w-[58%]">
|
||||
<!-- Ripple Animation (Background) -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user