🐛 Fix minimal layout issue w/o daisyui
This commit is contained in:
@@ -4,22 +4,20 @@
|
|||||||
<slot />
|
<slot />
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<nuxt-link to="/">
|
<footer
|
||||||
<footer
|
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-50 border-t-opacity-10"
|
||||||
class="footer items-center h-12 px-4 bg-neutral text-neutral-content sticky bottom-0"
|
>
|
||||||
>
|
<div class="container mx-auto flex items-center justify-between">
|
||||||
<div class="container mx-auto flex items-center">
|
<img
|
||||||
<img
|
:src="Icon"
|
||||||
:src="Icon"
|
alt="Cloudy Lamb"
|
||||||
alt="Cloudy Lamb"
|
height="24"
|
||||||
height="24"
|
width="24"
|
||||||
width="24"
|
class="mr-2"
|
||||||
class="mr-2"
|
/>
|
||||||
/>
|
<p class="text-sm">Solar Network</p>
|
||||||
<p class="text-sm">Solar Network</p>
|
</div>
|
||||||
</div>
|
</footer>
|
||||||
</footer>
|
|
||||||
</nuxt-link>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user