Skip to content

Commit b17d4c7

Browse files
committed
docs: fixed the card border radius
1 parent 02c89b5 commit b17d4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="relative col-span-12 mb-16 md:col-span-7 md:mb-0 lg:col-span-6"
1010
>
1111
<div
12-
class="relative lg:mx-auto lg:max-w-md 2xl:max-w-md bg-white dark:bg-neutral-800"
12+
class="relative lg:mx-auto lg:max-w-md 2xl:max-w-md bg-white dark:bg-neutral-800 rounded-2xl"
1313
>
1414
<div
1515
:class="classes[brandColor]"

0 commit comments

Comments
 (0)