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 @@