From b95d9c5d512af579caca67d5c0a4bcb9e5d82cb6 Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:49:03 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/haditha/CardList.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/components/haditha/CardList.vue b/components/haditha/CardList.vue index e94af1a..6e03d65 100644 --- a/components/haditha/CardList.vue +++ b/components/haditha/CardList.vue @@ -45,7 +45,7 @@ const goToLibraryShow = (item) => { class="library-list grid grid-cols-2 gap-x-15 gap-y-12 md:grid-cols-5 md:gap-x-28 md:gap-y-12 mx-6" > { text-align: center; } @media screen and (max-width: 719.99px) { - .library-list-contianer { - } .library-list { - height: calc(100dvh - 8em); + height: calc(100dvh - 13em); } .page-header { @@ -185,5 +183,4 @@ const goToLibraryShow = (item) => { } } } -