diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html index bdd4003f..f8c66193 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts index 0e5ab3e5..ad694ecb 100644 --- a/Mohem/src/app/home/home.page.ts +++ b/Mohem/src/app/home/home.page.ts @@ -192,7 +192,7 @@ export class HomePage implements OnInit { public slideSettingsTwo() { const width = this.platform.width(); this.slideOptsOne = { - slidesPerView: width > 320 ? 3.5 : 3, + slidesPerView: width > 320 ? 3.2 : 3, spaceBetween: 10 }; this.slideOptsTwo = { diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index 31e81fb8..d84600b3 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1426,7 +1426,7 @@ div.no-dataDiv { .slideFullWidth { margin-left: -10px; - margin-right: -1-px; + margin-right: -1px; } .slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {