diff --git a/components/home/PopularCategories.vue b/components/home/PopularCategories.vue
index 3c7e19f..ba4157a 100644
--- a/components/home/PopularCategories.vue
+++ b/components/home/PopularCategories.vue
@@ -46,9 +46,10 @@ const style = (bg) => `background: linear-gradient(143.73deg, ${bg.from} 5.62%,
}
ul {
- @apply rtl grid grid-rows-2 grid-flow-col gap-[1.9rem] w-max mx-auto lg:gap-0 lg:gap-y-8;
+ @apply rtl grid grid-rows-2 grid-flow-col justify-items-center gap-[1.9rem] w-max mx-auto lg:gap-0 lg:gap-y-8;
li {
+ @apply justify-self-center;
a {
@apply m-auto flex flex-col items-center;
@apply w-[4.6rem] h-[6rem] justify-between;
diff --git a/components/panel/PorfileMenu.vue b/components/panel/PorfileMenu.vue
index 033d503..76c5eae 100644
--- a/components/panel/PorfileMenu.vue
+++ b/components/panel/PorfileMenu.vue
@@ -2,7 +2,7 @@
-
+
@@ -77,7 +77,7 @@ watch(computed(() => form), (value, old) => {
@apply w-full lg:w-[61.6rem] lg:h-[36.9rem] bg-white rounded-t-2xl lg:rounded-2xl flex p-6 lg:p-4 lg:pl-6 relative;
&::after {
- @apply content-['_'] absolute inset-x-0 bottom-28 h-3 shadow-[0px_-2px_5px_#0000000a] lg:shadow-none;
+ @apply content-['_'] absolute inset-x-0 bottom-16 h-3 shadow-[0px_-2px_5px_#0000000a] lg:shadow-none;
}
&>img {
@@ -98,10 +98,10 @@ watch(computed(() => form), (value, old) => {
}
&>button:nth-of-type(1) {
- @apply self-end -mt-2 -ml-2;
+ @apply self-end -ml-5 -mt-5 lg:-mt-2 lg:-ml-2;;
.p-button-icon {
- @apply text-sm text-[#333333];
+ @apply text-xl text-[#333333];
@apply lg:text-[2em] lg:text-[#b2b2b29b];
}
}
diff --git a/components/product/Card.vue b/components/product/Card.vue
index 4e7665a..c27bd4e 100644
--- a/components/product/Card.vue
+++ b/components/product/Card.vue
@@ -56,7 +56,7 @@ const numberFormat = (number) =>