From fda95b8cd2d64ab8fd5676f8b3022345882af54a Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 30 Mar 2021 17:23:50 +0700 Subject: [PATCH] fixed swiper width --- src/components/node/NodeImageSwiperBlock/styles.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/node/NodeImageSwiperBlock/styles.module.scss b/src/components/node/NodeImageSwiperBlock/styles.module.scss index fd10151a..d1b98e28 100644 --- a/src/components/node/NodeImageSwiperBlock/styles.module.scss +++ b/src/components/node/NodeImageSwiperBlock/styles.module.scss @@ -5,6 +5,7 @@ display: flex; align-items: center; justify-content: center; + width: 100%; :global(.swiper-pagination) { left: 50%;