Skip to content
Snippets Groups Projects
Unverified Commit 041e67c6 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Dorine Lambinet
Browse files

Fix avertissement : Ajoute taille à tous les H1

parent 5c2ee1e3
Branches
Tags
1 merge request!330Fix suite ajout des barèmes non paramétriques
Pipeline #22191 failed
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
</svelte:head> </svelte:head>
<main> <main>
<h1>{title}</h1> <h1 class="text-2xl">{title}</h1>
</main> </main>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</svelte:head> </svelte:head>
<main> <main>
<h1>Entités</h1> <h1 class="text-2xl">Entités</h1>
<pre>{JSON.stringify(entityByKey, null, 2)}</pre> <pre>{JSON.stringify(entityByKey, null, 2)}</pre>
</main> </main>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</svelte:head> </svelte:head>
<main> <main>
<h1>Variables</h1> <h1 class="text-2xl">Variables</h1>
<ul class="list-inside list-disc"> <ul class="list-inside list-disc">
{#each Object.entries(variableSummaryByName) as [name, variable]} {#each Object.entries(variableSummaryByName) as [name, variable]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment