trying new styling but nowhere near happy with it lmfao
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<div class="flex w-full h-14 px-2 rounded-xl mb-4 bg-blue-400/40 place-items-center">
|
<div class="flex w-full h-14 px-2 text-2xl rounded-xl mb-4 bg-[#009FB7] place-items-center">
|
||||||
<p class="font-bold">Memento</p>
|
<p>Memento</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
import "../styles/global.css"
|
import "../styles/global.css"
|
||||||
import Layout from "../component/core/layout.astro"
|
import Layout from "../component/core/layout.astro"
|
||||||
import Calendar from "../component/calendar.astro"
|
import Calendar from "../component/calendar.astro"
|
||||||
|
import Editor from "../component/editor.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -11,13 +12,10 @@ import Calendar from "../component/calendar.astro"
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
<div class="w-full">
|
<div class="flex space-x-4 w-full">
|
||||||
<div class="w-2/5">
|
<div class="w-2/5">
|
||||||
<Calendar />
|
<Calendar />
|
||||||
|
<div id="entry-list" />
|
||||||
<div id="entry-list">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
@@ -4,8 +4,13 @@
|
|||||||
@import 'quill/dist/quill.snow.css';
|
@import 'quill/dist/quill.snow.css';
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@apply p-3;
|
@apply py-3 px-4;
|
||||||
@apply bg-black/90 text-white
|
@apply bg-[#00171F] text-white
|
||||||
|
}
|
||||||
|
|
||||||
|
html body {
|
||||||
|
@apply font-[AmericanTypewriter];
|
||||||
|
/* @apply w-full md:w-[68%] mx-auto h-full; */
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|||||||
Reference in New Issue
Block a user