remove border from shouts card image

This commit is contained in:
Aadil Ayub 2022-01-20 13:26:05 +05:00
parent 0d243a76ff
commit f521ff8d8b
1 changed files with 1 additions and 10 deletions

View File

@ -387,16 +387,7 @@ footer.post-footer {
flex-direction: column;
}
.network .summary-image.portrait {
border-right: 2px solid var(--shouts-dark);
}
.network .summary-image.landscape {
border-bottom: 2px solid var(--shouts-dark);
border-right: none;
}
.network .summary-image>img {
.network .summary-image > img {
display: inherit;
}