Skip to content
Snippets Groups Projects
Commit e9b70778 authored by Titus Netland's avatar Titus Netland
Browse files

Footer working

parent 098ce3e5
No related branches found
No related tags found
1 merge request!109Footer
Pipeline #181031 failed
<template> <template>
<footer class=" bg-white dark:bg-gray-800 sm:flex-row border-1 border-t border-b border-gray-600 h-10 inset-x-0 bottom-0"> <footer class="w-full bg-white dark:bg-gray-800 sm:flex-row border-1 border-t border-b border-gray-600 h-10">
<p class="float-left text-xs my-3 ml-4">© BoCo 2022 - All rights reserved</p> <p class="float-left text-xs my-3 ml-4">© BoCo 2022 - All rights reserved</p>
<QuestionMarkCircleIcon <QuestionMarkCircleIcon
......
<template> <template>
<!-- My communities, with pagination --> <!-- My communities, with pagination -->
<div class="h-screen"> <div class="min-h-screen">
<div v-if="loggedIn"> <div v-if="loggedIn">
<div class="flex flex-row p-4 relative"> <div class="flex flex-row p-4 relative">
<div class="text-xl md:text-2xl text-primary-light font-medium w-full"> <div class="text-xl md:text-2xl text-primary-light font-medium w-full">
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
class="my-4" class="my-4"
/> />
</div> </div>
</div>
<FooterBar></FooterBar> <FooterBar></FooterBar>
</div>
</template> </template>
<script> <script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment