swiper component added to web

This commit is contained in:
Eudes Inácio
2024-05-08 10:38:35 +01:00
parent 6de36fa3df
commit 9b8dc376fa
7 changed files with 22 additions and 5 deletions
@@ -52,6 +52,7 @@ ion-toolbar {
.div-title {
/* padding: 0!important; */
float: left;
margin-top: 100px;
}
.post-img {
@@ -47,6 +47,8 @@
<div style="width: 100%; height: 395px;">
<app-swiper
[publicationList]=publication
[navigation]="false"
[pagination]="true"
></app-swiper>
</div>