Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658a49a commit cb7ab61Copy full SHA for cb7ab61
resources/views/welcome.blade.php
@@ -83,7 +83,7 @@ class="aspect-video h-full w-full flex-1 rounded-[10px] object-top object-cover
83
class="hidden aspect-video h-full w-full flex-1 rounded-[10px] object-top object-cover drop-shadow-[0px_4px_34px_rgba(0,0,0,0.25)] dark:block"
84
/>
85
<div
86
- class="absolute -bottom-16 -left-16 h-40 w-[calc(100%+8rem)] bg-gradient-to-b from-transparent via-white to-white dark:via-zinc-900 dark:to-zinc-900"
+ class="absolute -bottom-16 -left-16 h-40 w-[calc(100% + 8rem)] bg-gradient-to-b from-transparent via-white to-white dark:via-zinc-900 dark:to-zinc-900"
87
></div>
88
</div>
89
0 commit comments