Skip to content

Commit

Permalink
Fix task cards missing padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Dec 5, 2024
1 parent 3e692a0 commit fa86c0c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions client/my-sites/customer-home/cards/tasks/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -42,7 +39,7 @@
margin-left: auto;
text-align: center;
margin-top: 32px;

@include break-small {
width: 33.33%;
margin-top: 0;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit fa86c0c

Please sign in to comment.