Skip to main content
Sign in
Snippets Groups Projects
Commit 26cc834a authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Toufic Batache
Browse files

Rend responsive le composant section

parent a9a10e92
No related branches found
No related tags found
1 merge request!210Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
...@@ -87,12 +87,12 @@ ...@@ -87,12 +87,12 @@
</section> </section>
<section <section
class="h-[90%] grid grid-cols-4 gap-x-12 px-40 pb-20 pt-10 bg-[#E3E4D6]" class="grid grid-cols-4 gap-x-12 px-10 md:px-20 lg:px-40 pb-20 pt-10 gap-y-12 bg-[#E3E4D6]"
> >
<h2 class="text-2xl font-light col-span-4 text-center"> <h2 class="text-2xl font-light col-span-4 text-center">
Les caractéristiques du simulateur ⬇️ Les caractéristiques du simulateur ⬇️
</h2> </h2>
<div class="font-serif text-lg"> <div class="font-serif text-lg col-span-4 md:col-span-2 2xl:col-span-1">
<div class="text-center"> <div class="text-center">
<span <span
class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider" class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider"
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<li>modifier les paramètres pour voir les impacts d’une réforme.</li> <li>modifier les paramètres pour voir les impacts d’une réforme.</li>
</ul> </ul>
</div> </div>
<div class="font-serif text-lg"> <div class="font-serif text-lg col-span-4 md:col-span-2 2xl:col-span-1">
<div class="text-center"> <div class="text-center">
<span <span
class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider" class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider"
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
</ul> </ul>
</div> </div>
<div class="font-serif text-lg"> <div class="font-serif text-lg col-span-4 md:col-span-2 2xl:col-span-1">
<div class="text-center"> <div class="text-center">
<span <span
class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider" class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider"
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
<img class="mt-6 ml-20 w-28" src="/picto-affaires-sociales.svg" /> <img class="mt-6 ml-20 w-28" src="/picto-affaires-sociales.svg" />
</div> </div>
<div class="font-serif text-lg"> <div class="font-serif text-lg col-span-4 md:col-span-2 2xl:col-span-1">
<div class="text-center"> <div class="text-center">
<span <span
class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider" class="font-light text-lg bg-gray-100 px-2 py-1 rounded-md text-center font-sans tracking-wider"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment