Skip to content

Commit

Permalink
components(CalculationPresetBrandCardItem): update width
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 18, 2023
1 parent fc0f5b6 commit b4fc7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Calculation/CalculationPresetBrandCardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
align-items: center;
justify-content: center;
min-width: max-content;
width: 128px;
width: 110px;
@media #{map-get($display-breakpoints, "md-and-up")} {
width: 144px
}
Expand Down

0 comments on commit b4fc7cb

Please sign in to comment.