fix album and artist card search results responsiveness

This commit is contained in:
geoffrey45
2022-08-16 09:25:40 +03:00
parent e1c9cfa99b
commit 703b3cf240
10 changed files with 56 additions and 84 deletions
+4
View File
@@ -113,6 +113,10 @@ function toggleBottom() {
.ap-page-content {
padding-bottom: 16rem;
@include for-desktop-down {
min-height: calc(100vh - 38.75rem);
}
}
}