Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb7ab61

Browse files
authored
fix css whitespace invalid-calc (#6517)
1 parent 658a49a commit cb7ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class="aspect-video h-full w-full flex-1 rounded-[10px] object-top object-cover
8383
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"
8484
/>
8585
<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"
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"
8787
></div>
8888
</div>
8989

0 commit comments

Comments
 (0)