style css

This commit is contained in:
Kerim 2023-01-16 17:51:46 +05:00
parent 374c876e79
commit 23e3662b11
2 changed files with 2 additions and 7 deletions

View File

@ -1538,7 +1538,7 @@ a {
}
.trending-item .trending-img {
max-width: 11.7rem;
max-height: 7.5rem;
max-height: unset;
width: 100%;
height: 100%;
}
@ -1558,11 +1558,6 @@ a {
justify-content: flex-start;
}
@media screen and (max-width: 1500px) {
.trending-item:last-child {
display: none;
}
}
@media screen and (max-width: 1150px) {
.trending-banner {
display: none;

File diff suppressed because one or more lines are too long