Skip to content

Commit a731082

Browse files
fix: correct shadow css
fix: removed the `shadow-lg` and `dark:shadow-slate-800` classes from three images.
1 parent 15d380a commit a731082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/enterprise.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@
7676
<div class="flex items-center justify-center -mx-4 lg:pl-8 lg:order-last">
7777
<div class="flex flex-col items-end px-3">
7878
<NuxtImg
79-
class="object-scale-down mb-6 rounded shadow-lg dark:shadow-slate-800 h-28 sm:h-36 xl:h-44 w-28 sm:w-36 xl:w-44 p-4"
79+
class="object-scale-down mb-6 rounded h-28 sm:h-36 xl:h-44 w-28 sm:w-36 xl:w-44 p-4"
8080
width="400px"
8181
src="/enterprise/gnome-calendar.webp"
8282
alt="Zscaler logo"
8383
/>
8484
<NuxtImg
85-
class="object-scale-down w-24 h-24 rounded shadow-lg dark:shadow-slate-800 sm:h-32 xl:h-40 sm:w-32 xl:w-40 p-4"
85+
class="object-scale-down w-24 h-24 rounded sm:h-32 xl:h-40 sm:w-32 xl:w-40 p-4"
8686
width="400px"
8787
src="/enterprise/ollama-logo.webp"
8888
alt="SentinelOne logo"
8989
/>
9090
</div>
9191
<div class="px-3">
9292
<NuxtImg
93-
class="object-scale-down w-36 h-36 rounded shadow-lg dark:shadow-slate-800 sm:h-48 xl:h-60 sm:w-48 xl:w-60 p-8"
93+
class="object-scale-down w-36 h-36 rounded sm:h-48 xl:h-60 sm:w-48 xl:w-60 p-8"
9494
width="400px"
9595
src="/enterprise/freeoffice-logo.webp"
9696
alt="Microsoft 365 logo"

0 commit comments

Comments
 (0)