style css
This commit is contained in:
parent
374c876e79
commit
23e3662b11
|
|
@ -1538,7 +1538,7 @@ a {
|
||||||
}
|
}
|
||||||
.trending-item .trending-img {
|
.trending-item .trending-img {
|
||||||
max-width: 11.7rem;
|
max-width: 11.7rem;
|
||||||
max-height: 7.5rem;
|
max-height: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -1558,11 +1558,6 @@ a {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1500px) {
|
|
||||||
.trending-item:last-child {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 1150px) {
|
@media screen and (max-width: 1150px) {
|
||||||
.trending-banner {
|
.trending-banner {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue