Skip to content

Commit

Permalink
styling fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskmnds committed May 31, 2024
1 parent f0555f3 commit c4cc59d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/plans-grid-next/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,6 @@ $mobile-card-max-width: 440px;
padding-bottom: 23px;
}

&.plan-features-2023-grid__storage {
padding-top: 0;
padding-bottom: 32px;
width: 205px;
}

.plan-features-2023-grid__header-title {
margin-top: 24px;
}
Expand Down Expand Up @@ -1099,3 +1093,11 @@ $mobile-card-max-width: 440px;
}
}
}

.plan-features-2023-grid__storage {
.plan-features-2023-grid__plan-spotlight & {
padding-top: 0;
padding-bottom: 32px;
max-width: $table-cell-max-width;
}
}

0 comments on commit c4cc59d

Please sign in to comment.