Fixing cards being off-centered on mobile.

This commit is contained in:
Ad5001 2021-09-30 13:31:06 +02:00
parent 884ce424d0
commit e3699447a2
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -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) {