diff --git a/src/components/node/NodeImageSwiperBlock/styles.module.scss b/src/components/node/NodeImageSwiperBlock/styles.module.scss index 22c422b3..7766bfe5 100644 --- a/src/components/node/NodeImageSwiperBlock/styles.module.scss +++ b/src/components/node/NodeImageSwiperBlock/styles.module.scss @@ -47,6 +47,7 @@ @include tablet { padding-bottom: 0; + padding-top: 0; transform: translate(0, 0); } } diff --git a/src/components/node/NodeRelated/styles.module.scss b/src/components/node/NodeRelated/styles.module.scss index a5d06d58..ff4cbb95 100644 --- a/src/components/node/NodeRelated/styles.module.scss +++ b/src/components/node/NodeRelated/styles.module.scss @@ -16,7 +16,7 @@ grid-row-gap: $gap; @include tablet { - grid-template-columns: repeat(6, 1fr); + grid-template-columns: repeat(3, 1fr); } }