Skip to content

Commit

Permalink
components(CalculationPresets): update gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 18, 2023
1 parent 2997c0d commit e2ad036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Calculation/CalculationPresets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ export default {
white-space: nowrap;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 1rem;
scroll-padding-inline: var(--vh-calculation-presets-negative-margin-x);
margin: 0 calc(var(--vh-calculation-presets-negative-margin-x) * -1);
padding-block-end: .5rem;
gap: .5rem;
@media #{map-get($display-breakpoints, "md-and-up")} {
gap: 1rem;
--vh-calculation-presets-negative-margin-x: 0
}
> div {
Expand Down

0 comments on commit e2ad036

Please sign in to comment.