diff --git a/client/my-sites/customer-home/cards/tasks/style.scss b/client/my-sites/customer-home/cards/tasks/style.scss index 109c465770829e..2c5d5a3de6f55e 100644 --- a/client/my-sites/customer-home/cards/tasks/style.scss +++ b/client/my-sites/customer-home/cards/tasks/style.scss @@ -17,12 +17,9 @@ .task__text, .task__illustration { + padding: 24px 16px; box-sizing: border-box; - @include break-small { - padding: 24px 16px; - } - @include break-xlarge { padding: 32px 24px; } @@ -42,7 +39,7 @@ margin-left: auto; text-align: center; margin-top: 32px; - + @include break-small { width: 33.33%; margin-top: 0; @@ -83,7 +80,7 @@ font-size: $font-body; line-height: 24px; color: var(--color-text-subtle); - + @include break-medium { line-height: 28px; margin-bottom: 32px;