Skip to content

Commit

Permalink
Fixed md height
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Oct 24, 2024
1 parent b2de421 commit a665218
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function DataIndicators({ indicators, title }) {
margin: { xs: "auto 0" },
width: { lg: typography.pxToRem(480), xs: typography.pxToRem(390) },
height: {
md: typography.pxToRem(672),
xs: typography.pxToRem(528),
lg: typography.pxToRem(600),
},
Expand Down

0 comments on commit a665218

Please sign in to comment.