Skip to content

Commit

Permalink
Remove extra padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev committed Jul 1, 2024
1 parent acd2f53 commit 5a3a486
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ const DriveInfoItem = ({ drive }: ICardProps) => {
padding: 12,
gap: 24,
alignItems: "center",
[`@media (max-width: ${breakPoints.sm}px)`]: {
padding: 24,
},
[`@media (max-width: ${breakPoints.xs}px)`]: {
flexFlow: "column",
alignItems: "start",
Expand Down

0 comments on commit 5a3a486

Please sign in to comment.