little more margin on notes
This commit is contained in:
parent
f5cac1ebc7
commit
683cff1407
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
import Block from '../Block/Block.svelte';
|
import Block from '../Block/Block.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Block cls="notes mb-4">
|
<Block cls="notes mb-6">
|
||||||
{#if text}
|
{#if text}
|
||||||
{@html marked.parse(text)}
|
{@html marked.parse(text)}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue