Skip to content

Commit

Permalink
components(CalculationPresetCardItem): update width
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 18, 2023
1 parent b4fc7cb commit 2997c0d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/Calculation/CalculationPresetCardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,20 @@ export default {
</script>

<style lang="scss" scoped="">
@import "~vuetify/src/styles/settings/_variables.scss";
.vh-calculation-preset-item {
flex-grow: 0;
flex-shrink: 0;
display: flex;
flex-flow: column wrap;
justify-content: space-between;
min-width: 236px;
flex-basis: 236px;
min-width: 204px;
flex-basis: 204px;
@media #{map-get($display-breakpoints, "md-and-up")} {
min-width: 236px;
flex-basis: 236px
}
&__thumb {
height: 96px;
width: auto;
Expand Down

0 comments on commit 2997c0d

Please sign in to comment.