Skip to content

Commit

Permalink
Improve styling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce committed Jun 11, 2024
1 parent 94c4453 commit 92d6fe4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/components/pricing/PremiumAddonBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ const purchaseQuantityButtons = computed(() => {
gap: 8px;
.quantity-input {
width: 30px;
width: 35px;
> :first-child {
font-size: 12px;
Expand All @@ -407,7 +407,14 @@ const purchaseQuantityButtons = computed(() => {
}
}
margin-bottom: 39px;
margin-bottom: 10px;
}
.limit-reached-row {
height: 10px;
font-size: 8px;
margin-bottom: 20px;
}
.select-button {
Expand Down

0 comments on commit 92d6fe4

Please sign in to comment.