remove left margin for torrent card

This commit is contained in:
nikk gitanes
2023-05-28 11:55:49 +03:00
parent 4b1b325b5c
commit 37385c0602

View File

@@ -163,8 +163,8 @@ export const TorrentCardDescription = styled.div`
} }
.description-statistics-element-value { .description-statistics-element-value {
margin-left: 5px;
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 0;
word-break: break-all; word-break: break-all;
@media (max-width: 1260px), (max-height: 500px) { @media (max-width: 1260px), (max-height: 500px) {