changes in home
This commit is contained in:
@@ -44,7 +44,7 @@ const store = useCategoriesStore();
|
||||
// }
|
||||
|
||||
img {
|
||||
@apply w-[4.4rem] h-[4.4rem] rounded-full lg:w-[9.1rem] lg:h-32;
|
||||
@apply w-[4.4rem] h-[4.4rem] rounded-full lg:w-[9.1rem] lg:h-[9.1rem];
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<Swiper v-bind="swipers.topSlider">
|
||||
<SwiperSlide v-for="{ link, images, title, id } in sliders" :key="id">
|
||||
<router-link :to="link">
|
||||
<img :title="title" :src="images[device]" />
|
||||
<img :title="title" :src="images[device] + '?w=1980'" />
|
||||
</router-link>
|
||||
</SwiperSlide>
|
||||
</Swiper>
|
||||
|
||||
Reference in New Issue
Block a user