diff --git a/src/App.svelte b/src/App.svelte
index be43171..2216f54 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,4 +1,27 @@
@@ -10,9 +33,9 @@
- Hallo i bims the main content
- card?
+
+
@@ -28,4 +51,8 @@
flex-direction: column;
justify-content: space-between;
}
-
\ No newline at end of file
+
+ main {
+ width: auto;
+ }
+
diff --git a/src/NoteDisplay.svelte b/src/NoteDisplay.svelte
new file mode 100644
index 0000000..d2320fa
--- /dev/null
+++ b/src/NoteDisplay.svelte
@@ -0,0 +1,42 @@
+
+
+