Skip to content

Commit 718c6d4

Browse files
committed
Clients rounded corner
1 parent d4b78f0 commit 718c6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AboutClientSingle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img
55
:src="client.img"
66
:alt="client.title"
7-
class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer dark:bg-secondary-light"
7+
class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-lg mb-8 cursor-pointer dark:bg-secondary-light"
88
/>
99
</div>
1010
</template>

0 commit comments

Comments
 (0)