File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 44 <div class =" grid gap-12 row-gap-8 lg:grid-cols-2 pb-20" >
55 <div class =" place-self-center" >
66 <NuxtImg
7- class =" h-56 sm:h-96 object-contain"
7+ class =" h-56 sm:h-96 object-contain drop-shadow-lg dark:drop-shadow-lg-slate-800 "
88 width =" 400"
99 src =" /enterprise/services.png"
1010 alt =" "
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 drop- shadow-lg dark:drop- shadow-lg -slate-800 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 drop- shadow-lg dark:drop- shadow-lg -slate-800 sm:h-32 xl:h-40 sm:w-32 xl:w-40 p-4"
8686 width =" 400px"
87- src =" /enterprise/ollama-logo .webp"
87+ src =" /enterprise/ollama.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 drop- shadow-lg dark:drop- shadow-lg -slate-800 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"
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ export default {
2020 } ,
2121 theme : {
2222 extend : {
23+ dropShadow : {
24+ 'lg-slate-800' : [ '0 1px 2px #1e293b' , '0 1px 1px #1e293b' ] ,
25+ } ,
2326 colors : {
2427 text : {
2528 50 : '#12070f' ,
You can’t perform that action at this time.
0 commit comments