Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #34 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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 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"
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 drop-shadow-lg dark:drop-shadow-lg-slate-800 sm:h-32 xl:h-40 sm:w-32 xl:w-40 p-4"
width="400px"
src="/enterprise/ollama-logo.webp"
src="/enterprise/ollama.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 drop-shadow-lg dark:drop-shadow-lg-slate-800 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
Binary file removed public/enterprise/ollama-logo.webp
Binary file not shown.
Binary file added public/enterprise/ollama.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default {
},
theme: {
extend: {
dropShadow: {
'lg-slate-800': ['0 1px 2px #1e293b', '0 1px 1px #1e293b'],
},
colors: {
text: {
50: '#12070f',
Expand Down