поправил стили

This commit is contained in:
Dmitry Borisenko
2021-12-28 01:06:01 +01:00
parent bc005e5e22
commit b3f21aafbc
2 changed files with 35 additions and 20 deletions

View File

@@ -3,6 +3,8 @@
</script>
<div class="card">
<h1 class="card-header">{title}</h1>
{#if title}
<h1 class="card-header">{title}</h1>
{/if}
<slot />
</div>