Skip to content

Commit

Permalink
fix(css): support 2 or 3 plans width dynamically (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulygottlieb authored Nov 14, 2023
1 parent 2dc9e9e commit a755190
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/stigg.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@
--highlight-color: rgba(255, 255, 255, 0.1) !important;
}

.stigg-paywall-plans-layout {
width: 924px;
}

.stigg-plan-offering-container {
border-radius: 8px !important;
border: 1px solid #373d57 !important;
max-width: 244px !important;
min-width: 244px !important;
max-width: 100% !important;
min-width: 1px !important;
padding-top: 16px !important;
flex: 1;
}

.stigg-plan-offering-container:nth-child(1) {
Expand Down

0 comments on commit a755190

Please sign in to comment.