From e3699447a2a8a1d11fb77313319eb02a281c01bd Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 30 Sep 2021 13:31:06 +0200 Subject: [PATCH] Fixing cards being off-centered on mobile. --- assets/scss/components/common/columns.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/components/common/columns.scss b/assets/scss/components/common/columns.scss index 44745a1..2b3f39d 100644 --- a/assets/scss/components/common/columns.scss +++ b/assets/scss/components/common/columns.scss @@ -67,7 +67,7 @@ width: 100%; &.padding-container { - width: calc(100% - 2em); + width: calc(100% - 1em); } & :not(p).text-right, &.text-right :not(p), & :not(p).text-left, &.text-left :not(p) {