Skip to content

Commit 191e328

Browse files
committed
fix(frontend): rounded for preview card
1 parent 5eba3d8 commit 191e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/ContainerScroll/ContainerScrollCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
boxShadow:
66
'0 0 #0000004d, 0 9px 20px #0000004a, 0 37px 37px #00000042, 0 84px 50px #00000026, 0 149px 60px #0000000a, 0 233px 65px #00000003',
77
}"
8-
class="mx-auto -mt-48 h-fit w-full max-w-5xl rounded-[15px] border border-[#f2f2f2]/10 shadow-2xl"
8+
class="mx-auto -mt-48 h-fit w-full max-w-5xl rounded-[15px] border-2 border-[#f2f2f2]/10 shadow-2xl"
99
>
1010
<div class="size-fit overflow-hidden rounded-[15px]">
1111
<slot></slot>

0 commit comments

Comments
 (0)