Skip to content
Snippets Groups Projects
Commit 2ad4b134 authored by Toufic Batache's avatar Toufic Batache
Browse files

Fix styles on big screens

parent 722637b7
Branches
Tags
1 merge request!210Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
...@@ -253,14 +253,14 @@ ...@@ -253,14 +253,14 @@
<div <div
class="basis-1/3 h-full flex justify-center items-center gap-2 uppercase text-white" class="basis-1/3 h-full flex justify-center items-center gap-2 uppercase text-white"
> >
<span class="text-2xl">Leximpact</span> <span class="text-2xl 2xl:text-3xl">Leximpact</span>
<div class="h-full flex flex-col justify-center rounded"> <div class="h-full flex flex-col justify-center rounded">
<span <span
class="text-xs font-light leading-3 tracking-widest 2xl:text-lg" class="text-xs font-light leading-3 tracking-widest 2xl:text-base 2xl:leading-4"
> >
Simulateur Simulateur
</span> </span>
<span class="text-sm leading-3 tracking-wider 2xl:text-xl"> <span class="text-sm leading-3 tracking-wider 2xl:text-lg 2xl:leading-4">
Socio-Fiscal Socio-Fiscal
</span> </span>
</div> </div>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</script> </script>
<div <div
class="w-full flex items-center gap-1.5 overflow-hidden rounded-t-md border-2 border-neutral-200 border-b-4 border-b-[#A6A00C] bg-gray-100" class="w-full flex items-center gap-1.5 overflow-hidden rounded-t-md bg-white border-2 border-neutral-200 border-b-4 border-b-[#A6A00C]"
> >
<iconify-icon <iconify-icon
class="ml-4 self-center p-1 text-xl text-black" class="ml-4 self-center p-1 text-xl text-black"
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
class="relative h-[78%] before:absolute before:top-0 before:inset-x-0 before:h-[50vh] before:bg-gradient-to-b before:from-[#9AAAB4] before:to-transparent fond" class="relative h-[78%] before:absolute before:top-0 before:inset-x-0 before:h-[50vh] before:bg-gradient-to-b before:from-[#9AAAB4] before:to-transparent fond"
> >
<div class="h-full relative z-10 flex flex-col justify-evenly items-center"> <div class="h-full relative z-10 flex flex-col justify-evenly items-center">
<h1 class="font-serif text-4xl text-center leading-snug"> <h1 class="font-serif text-xl md:text-3xl 2xl:text-4xl text-center leading-snug">
Mesurer les <span class="highlight highlight-yellow">impacts</span> Mesurer les <span class="highlight highlight-yellow">impacts</span>
<br /> <br />
du droit en vigueur ou d’une réforme du droit en vigueur ou d’une réforme
...@@ -55,11 +55,11 @@ ...@@ -55,11 +55,11 @@
<div class="flex flex-col gap-4"> <div class="flex flex-col gap-4">
<div> <div>
<h2 class="font-bold text-3xl"> <h2 class="font-bold text-xl 2xl:text-3xl">
Commencer avec un impôt, une cotisation ou une prestation : Commencer avec un impôt, une cotisation ou une prestation :
</h2> </h2>
<span> <span class="2xl:text-2xl">
En sélectionnant un dispositif, vous pourrez ensuite voir ses En sélectionnant un dispositif, vous pourrez ensuite voir ses
impacts et même proposer un changement de la loi : impacts et même proposer un changement de la loi :
</span> </span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment