Skip to content

Commit

Permalink
Fix: correct shadow css
Browse files Browse the repository at this point in the history
Removed the `shadow-lg` and `dark:shadow-slate-800` classes from three images.
  • Loading branch information
Jericho-Tsalis committed Jul 19, 2024
1 parent 15d380a commit 39f117a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/enterprise.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,21 @@
<div class="flex items-center justify-center -mx-4 lg:pl-8 lg:order-last">
<div class="flex flex-col items-end px-3">
<NuxtImg
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"
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"
width="400px"
src="/enterprise/gnome-calendar.webp"
alt="Zscaler logo"
/>
<NuxtImg
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"
class="object-scale-down w-24 h-24 rounded sm:h-32 xl:h-40 sm:w-32 xl:w-40 p-4"
width="400px"
src="/enterprise/ollama-logo.webp"
alt="SentinelOne logo"
/>
</div>
<div class="px-3">
<NuxtImg
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"
class="object-scale-down w-36 h-36 rounded sm:h-48 xl:h-60 sm:w-48 xl:w-60 p-8"
width="400px"
src="/enterprise/freeoffice-logo.webp"
alt="Microsoft 365 logo"
Expand Down

0 comments on commit 39f117a

Please sign in to comment.