mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +00:00
fix: swipe animation to page borders
This commit is contained in:
parent
c219ec6cc8
commit
4c32c73c57
1 changed files with 6 additions and 4 deletions
|
|
@ -27,16 +27,18 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="dashboard dashboardMobile">
|
<div class="dashboard dashboardMobile">
|
||||||
<div class="my-10 name">
|
<div class="my-10 name w-[90%] mx-auto">
|
||||||
<DashboardInfoCard title="Damián">
|
<DashboardInfoCard title="Damián">
|
||||||
<span class="mt-3 text-sspsBlue truncate">damina.vysin@example.com</span>
|
<span class="mt-3 text-sspsBlue truncate">damina.vysin@example.com</span>
|
||||||
<span class="mt-3 text-sspsGray text-xs">Uchazeč na SSPŠ</span>
|
<span class="mt-3 text-sspsGray text-xs">Uchazeč na SSPŠ</span>
|
||||||
</DashboardInfoCard>
|
</DashboardInfoCard>
|
||||||
</div>
|
</div>
|
||||||
<Swiper slidesPerView={1} spaceBetween={20} >
|
<Swiper slidesPerView={1} spaceBetween={20}>
|
||||||
{#each [0, 0, 0] as _}
|
{#each [0, 0, 0] as _}
|
||||||
<SwiperSlide>
|
<SwiperSlide>
|
||||||
<DashboardUploadCard title="Motivační dopis" filetype="PDF" filesize="10 MB" />
|
<div class="w-[90%] mx-auto">
|
||||||
|
<DashboardUploadCard title="Motivační dopis" filetype="PDF" filesize="10 MB" />
|
||||||
|
</div>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
{/each}
|
{/each}
|
||||||
</Swiper>
|
</Swiper>
|
||||||
|
|
@ -50,7 +52,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardMobile {
|
.dashboardMobile {
|
||||||
@apply w-[90vw] h-[90vh];
|
@apply w-[100vw] h-[90vh];
|
||||||
@apply md:hidden;
|
@apply md:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue