Skip to content

Commit

Permalink
fix(payment): fix change subscription button overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaDTH authored and ChristiaanScheermeijer committed Jun 1, 2023
1 parent 09a3339 commit f4eb4e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Payment/Payment.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
}

.upgradeSubscription {
margin-right: 8px;

@include responsive.mobile-only() {
margin-bottom: 8px;
margin: 0 0 8px;
}
}

0 comments on commit f4eb4e5

Please sign in to comment.