more margins

This commit is contained in:
Jon McClure 2022-08-26 13:11:33 +01:00
parent dbd5b6bcd3
commit e91111c5ea
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@
import Block from '../Block/Block.svelte';
</script>
<Block cls="notes">
<Block cls="notes mb-4">
{#if text}
{@html marked.parse(text)}
{/if}

View file

@ -20,6 +20,7 @@
</script>
<footer
class="my-0"
style="{`
--nav-background: var(--theme-colour-background, #fff);
--nav-primary: var(--theme-colour-text-primary, #404040);