mirror of https://github.com/VERT-sh/VERT.git
add margin to footer
This commit is contained in:
parent
d359d8e0c0
commit
4d45f3423e
|
@ -151,11 +151,9 @@
|
|||
{/key}
|
||||
</div>
|
||||
|
||||
<!-- Mobile navbar -->
|
||||
|
||||
<div>
|
||||
<div
|
||||
class="hidden md:block w-full h-14 border-t border-separator relative"
|
||||
class="hidden md:block w-full h-14 border-t border-separator relative mt-12"
|
||||
>
|
||||
<Footer
|
||||
class="w-full h-full"
|
||||
|
@ -167,6 +165,7 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<!-- Mobile navbar -->
|
||||
<div
|
||||
class="fixed md:hidden bottom-0 left-0 w-screen p-8 justify-center z-50"
|
||||
>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<VertVBig class="fill-[--fg] opacity-50" />
|
||||
</div>
|
||||
|
||||
<div class="w-screen flex items-center justify-center flex-grow -mt-0 md:-mt-36">
|
||||
<div class="w-screen flex items-center justify-center flex-grow -mt-0 md:-mt-12">
|
||||
<div class="max-w-5xl w-full">
|
||||
<div
|
||||
class="flex items-center h-auto gap-12 md:gap-24 md:flex-row flex-col"
|
||||
|
|
Loading…
Reference in New Issue