We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b78f0 commit 718c6d4Copy full SHA for 718c6d4
src/components/AboutClientSingle.vue
@@ -4,7 +4,7 @@
4
<img
5
:src="client.img"
6
: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"
+ 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"
8
/>
9
</div>
10
</template>
0 commit comments