From 539902ceefcf672f23b82a167ed0f9e4f4d5caa7 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sat, 3 Sep 2022 16:16:05 +0300 Subject: [PATCH] fixed css issues --- .../app/hmg-common/ui/stats-button/stats-button.component.html | 2 +- Mohem/src/app/home/home.page.ts | 2 +- Mohem/src/theme/styles.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {