aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/components/base/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/components/base/Footer.astro')
-rw-r--r--apps/website/src/components/base/Footer.astro13
1 files changed, 11 insertions, 2 deletions
diff --git a/apps/website/src/components/base/Footer.astro b/apps/website/src/components/base/Footer.astro
index 9bc1c61..0eaa4ba 100644
--- a/apps/website/src/components/base/Footer.astro
+++ b/apps/website/src/components/base/Footer.astro
@@ -2,5 +2,14 @@
---
- <footer class="flex min-h-[400px] bg-blue-100 mt-4">
- </footer>
+<footer class="flex flex-row justify-between items-start min-h-[400px] bg-blue-100 mt-4">
+ <div class="p-20 max-w-[1024px]">
+ <div class="flex-1">
+
+ </div>
+
+ <div class="flex-1 ">
+
+ </div>
+ </div>
+</footer>