trying new styling but nowhere near happy with it lmfao
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import "../styles/global.css"
|
||||
import Layout from "../component/core/layout.astro"
|
||||
import Calendar from "../component/calendar.astro"
|
||||
import Editor from "../component/editor.astro"
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -11,13 +12,10 @@ import Calendar from "../component/calendar.astro"
|
||||
</script>
|
||||
|
||||
<Layout>
|
||||
<div class="w-full">
|
||||
<div class="flex space-x-4 w-full">
|
||||
<div class="w-2/5">
|
||||
<Calendar />
|
||||
|
||||
<div id="entry-list">
|
||||
|
||||
</div>
|
||||
<div id="entry-list" />
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user