Fixing cards being off-centered on mobile.
This commit is contained in:
parent
884ce424d0
commit
e3699447a2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&.padding-container {
|
&.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) {
|
& :not(p).text-right, &.text-right :not(p), & :not(p).text-left, &.text-left :not(p) {
|
||||||
|
|
Loading…
Reference in a new issue