Skip to content
Snippets Groups Projects
Commit ebd92aaf authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Diminue la taille typo des titres des paramètres

parent fcd5ef14
No related branches found
No related tags found
1 merge request!35Graphisme partie amender la loi
......@@ -14,15 +14,15 @@
</script>
<h1
class="font-serif px-2 text-gray-700 sm:px-1 md:px-2 py-1 {parameter.class !==
class="font-serif px-5 text-gray-700 py-1 {parameter.class !==
ParameterClass.Node
? 'text-base italic text-black'
: depth === 0
? 'text-2xl'
? 'text-xl'
: depth === 1
? 'font-semibold text-xl'
? 'font-semibold text-lg'
: depth === 2
? 'text-lg'
? 'text-base'
: 'text-sm'}"
>
{#if depth === 0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment