style css
This commit is contained in:
parent
374c876e79
commit
23e3662b11
|
|
@ -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
Loading…
Reference in New Issue