Skip to content

Commit 7e6a65d

Browse files
fix: responsive créditos del equipo
1 parent 7b5c191 commit 7e6a65d

File tree

1 file changed

+68
-40
lines changed

1 file changed

+68
-40
lines changed

src/Sections/OurTeam.astro

Lines changed: 68 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,74 @@
1-
<section class="flex flex-wrap justify-between border-t-4 border-b-4 border-green-500 px-6 py-8 bg-white text-gray-800">
1+
<section class="w-full bg-white text-gray-800 border-y border-[#3BB273] py-8 px-4 md:px-[100px]">
22

3-
<div class="w-full md:w-1/4 mb-6">
4-
<p class="text-xl font-bold text-[#3BB273] mb-2">Equipo Lab TecnoSocial<br>
5-
Coordinación (2025)
6-
</p>
7-
<span class="list-disc list-inside text-xl space-y-1">
8-
<span>Patricia Delgadillo</span><br>
9-
<span class="text-xl font-semibold text-[#3BB273] mb-1"> Ingeniería Ambiental</span><br>
10-
<span>Teresa Mamani</span><br>
11-
<span>Thamy Montecinos</span>
12-
</span>
13-
</div>
3+
<div class="flex flex-col md:flex-row justify-between gap-8 md:gap-4 max-w-[1440px] mx-auto">
144

15-
<div class="w-full md:w-1/4 mb-6">
16-
<p class="text-xl font-semibold text-[#3BB273] mb-1">Diseño UI/UX</p>
17-
<span class="list-disc list-inside text-xl space-y-1 mb-4">
18-
<span>Valeria Peredo</span><br>
19-
<span>Marcelo Del Barco</span>
20-
</span>
21-
<p class="text-xl font-semibold text-[#3BB273] mb-1">Informática</p>
22-
<span class="list-disc list-inside text-xl space-y-1">
23-
<span>Alex Ojeda Copa</span><br>
24-
<span>Camila Carvajal</span>
25-
</span>
26-
</div>
5+
<div class="flex flex-col items-center md:items-start text-center md:text-left space-y-4">
6+
7+
<div>
8+
<h3 class="text-lg font-bold text-[#3BB273] leading-tight">
9+
Equipo Lab TecnoSocial<br>Coordinación (2025)
10+
</h3>
11+
<p class="text-base mt-1">Patricia Delgadillo</p>
12+
</div>
2713

28-
<div class="w-full md:w-1/4 mb-6">
29-
<p class="text-xl font-semibold text-[#3BB273] mb-1">Comunicación</p>
30-
<span class="list-disc list-inside text-xl space-y-1">
31-
<span>Isabella Peredo</span>
32-
</span>
33-
</div>
14+
<div>
15+
<h4 class="text-lg font-bold text-[#3BB273]">Ingeniería Ambiental</h4>
16+
<div class="text-base mt-1 space-y-0.5">
17+
<p>Teresa Mamani</p>
18+
<p>Thamy Montecinos</p>
19+
</div>
20+
</div>
21+
</div>
22+
23+
<div class="flex flex-col items-center md:items-start text-center md:text-left space-y-4">
24+
25+
<div>
26+
<h4 class="text-lg font-bold text-[#3BB273]">Diseño UI/UX</h4>
27+
<div class="text-base mt-1 space-y-0.5">
28+
<p>Valeria Peredo</p>
29+
<p>Marcelo Del Barco</p>
30+
</div>
31+
</div>
32+
33+
<div>
34+
<h4 class="text-lg font-bold text-[#3BB273]">Informática</h4>
35+
<div class="text-base mt-1 space-y-0.5">
36+
<p>Alex Ojeda Copa</p>
37+
<p>Camila Carvajal</p>
38+
</div>
39+
</div>
40+
</div>
41+
42+
<div class="flex flex-col items-center md:items-start text-center md:text-left space-y-4">
43+
44+
<div>
45+
<h4 class="text-lg font-bold text-[#3BB273]">Comunicación</h4>
46+
<p class="text-base mt-1">Isabella Peredo</p>
47+
</div>
48+
49+
<div>
50+
<h4 class="text-lg font-bold text-[#3BB273]">Equipo (2025)</h4>
51+
<div class="text-base mt-1 space-y-0.5">
52+
<p>Abril L. Calderon Gonzales</p>
53+
<p>Gabriela Paco Ticona</p>
54+
</div>
55+
</div>
56+
</div>
57+
58+
<div class="flex flex-col items-center md:items-start text-center md:text-left">
59+
<div>
60+
<h4 class="text-lg font-bold text-[#3BB273] leading-tight">
61+
Agradecimientos al<br>Equipo CIAC (2023)
62+
</h4>
63+
<div class="text-base mt-1 space-y-0.5">
64+
<p>Laura Pinedo</p>
65+
<p>María Mercedes Zurita</p>
66+
<p>Andrea Vargas</p>
67+
<p>Yumy Velásquez</p>
68+
<p>Michelle Fernandez</p>
69+
</div>
70+
</div>
71+
</div>
3472

35-
<!-- Agradecimientos -->
36-
<div class="w-full md:w-1/4 mb-6">
37-
<h4 class="text-xl font-bold text-[#3BB273] mb-2">Agradecimientos al Equipo CIAC (2023)</h4>
38-
<span class="list-disc list-inside text-xl space-y-1">
39-
<span>Laura Pinedo</span><br>
40-
<span>María Mercedes Zurita</span><br>
41-
<span>Andrea Vargas</span><br>
42-
<span>Yumy Velásquez</span><br>
43-
<span>Michelle Fernandez</span>
44-
</span>
4573
</div>
4674
</section>

0 commit comments

Comments
 (0)