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