mirror of https://github.com/VERT-sh/VERT.git
fix mobile navbar again
This commit is contained in:
parent
1162082dc2
commit
e8ff930934
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
<!-- Mobile logo -->
|
<!-- Mobile logo -->
|
||||||
{#if isMobile}
|
{#if isMobile}
|
||||||
<div class="flex justify-center items-center p-8">
|
<div class="flex md:hidden justify-center items-center p-8">
|
||||||
<div
|
<div
|
||||||
class="flex items-center justify-center w-36 h-20 bg-panel p-4 rounded-2xl"
|
class="flex items-center justify-center w-36 h-20 bg-panel p-4 rounded-2xl"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue