move item-list-container in detail-body (#4012)

This commit is contained in:
CJ
2023-08-09 21:20:42 -05:00
committed by GitHub
parent ce1219b350
commit 56767c11a8
2 changed files with 8 additions and 8 deletions

View File

@@ -359,11 +359,3 @@ input[type="range"].zoom-slider {
.tilted {
transform: rotate(45deg);
}
.item-list-container {
padding-top: 15px;
@media (max-width: 576px) {
overflow-x: hidden;
}
}