Skip to content

Commit

Permalink
smaller min-height for tier
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 18, 2024
1 parent cfb20d6 commit 93747ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Block/Tier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ small {
text-wrap: balance;
@media (width > 50rem) {
min-height: var(--space-20);
min-height: var(--space-16);
}
}
Expand Down

0 comments on commit 93747ea

Please sign in to comment.