more margins
This commit is contained in:
parent
dbd5b6bcd3
commit
e91111c5ea
2 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue