From e7ab609f98f3232b121632658551d77362ef439c Mon Sep 17 00:00:00 2001 From: mschuepbach Date: Tue, 1 Feb 2022 11:15:51 +0100 Subject: [PATCH] Add header --- src/App.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.svelte b/src/App.svelte index 3b203e8..a2f2224 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -59,6 +59,7 @@
+

Matrix Kernel Filter Calculator

Matrix
Kernel
@@ -116,6 +117,10 @@ flex-direction: column; } + header { + margin-bottom: 1em; + } + main { display: grid; margin-bottom: auto;