Skip to main content
Sign in
Snippets Groups Projects
Commit 79139db6 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Harmonise la taile du titre avec le reste des titres

parent 66b2b393
Branches
Tags
1 merge request!37Améliore l'UI d'édition du cas type
......@@ -625,7 +625,7 @@
</div>
{#if editionMode.mode === "test_case"}
<h1 class="font-bold mb-5 mt-2 mx-5 text-3xl text-gray-600">
<h1 class="font-bold mb-5 mt-2 mx-5 text-3xl xl:text-4xl text-gray-600">
Configurer le cas type
</h1>
......@@ -683,7 +683,7 @@
</div>
</div>
{:else if editionMode.mode === "test_case_with_variable_inputs"}
<h1 class="font-bold mb-5 mt-2 mx-5 text-3xl text-gray-600">
<h1 class="font-bold mb-5 mt-2 mx-5 text-3xl xl:text-4xl text-gray-600">
Configurer le cas type
</h1>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment