Make slider responsive
This commit is contained in:
@@ -28,7 +28,7 @@ const isHomePage = computed(() => route.path === "/");
|
||||
:class="isHomePage ? 'fixed top-0 left-0 z-999' : 'z-999'"
|
||||
>
|
||||
<div
|
||||
class="size-full flex items-center justify-between container py-6 lg:py-[2.25rem] shrink-0 grow-0"
|
||||
class="size-full flex items-center justify-between container h-[65px] lg:h-[85px] shrink-0 grow-0"
|
||||
>
|
||||
<button class="md:hidden" @click="isSideDrawerOpen = true">
|
||||
<Icon name="humbleicons:bars" size="28"/>
|
||||
|
||||
Reference in New Issue
Block a user