Skip to content

Commit

Permalink
fix(CardGrid): remove useless style (#5747)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Sep 5, 2023
1 parent 06f5f43 commit bd56b84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/vkui/src/components/CardGrid/CardGrid.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
margin-top: calc(var(--vkui--size_cardgrid_padding_vertical--regular) * 2);
}

@media (--sizeX-compact) {
.CardGrid--sizeX-none.CardGrid--android {
padding-left: 16px;
padding-right: 16px;
}
}

/**
* CMP:
* Group
Expand Down

0 comments on commit bd56b84

Please sign in to comment.