تغییرات

This commit is contained in:
Mehdi104797 2025-04-17 13:49:03 +03:30
parent e537798081
commit b95d9c5d51

View File

@ -172,10 +172,8 @@ const goToLibraryShow = (item) => {
text-align: center; text-align: center;
} }
@media screen and (max-width: 719.99px) { @media screen and (max-width: 719.99px) {
.library-list-contianer {
}
.library-list { .library-list {
height: calc(100dvh - 8em); height: calc(100dvh - 13em);
} }
.page-header { .page-header {
@ -185,5 +183,4 @@ const goToLibraryShow = (item) => {
} }
} }
} }
</style> </style>