Skip to content

Commit

Permalink
Adjusted height for breakpoints medium/small.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Jan 17, 2024
1 parent 3ef6ebc commit cb47f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Marine2/utils/media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ type BreakpointsType = {
}

export const defaultBoxBreakpoints: BreakpointsType = {
small: { width: 250, height: 300 },
medium: { width: 500, height: 300 },
small: { width: 250, height: 360 },
medium: { width: 500, height: 360 },
large: { width: 800, height: 440 },
}

Expand Down

0 comments on commit cb47f33

Please sign in to comment.