Skip to content
Snippets Groups Projects
Commit ac6728d7 authored by David Smadja's avatar David Smadja
Browse files

styling

parent 3e9b2d42
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
)
</script>
<div class="m-3 bg-blue-50 shadow">
{#if articleJson}
{#if articleNum !== undefined}
<span class="font-bold">Article {articleNum}</span>
......@@ -21,3 +22,4 @@
<span>{@html articleTextcontent}</span>
{/if}
{/if}
</div>
......@@ -5,6 +5,8 @@
<button class="rounded-full border-4 px-12 uppercase">Projet de loi</button>
</div>
<div class="basis-1/2">
<button class="rounded-full border-4 px-12 uppercase">Loi</button>
<button class="rounded-full border-4 bg-blue-100 px-12 uppercase"
>Loi</button
>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment