ajustar landing
This commit is contained in:
parent
393a701442
commit
a44889fa7b
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ export async function render(data) {
|
||||||
class="w-100"
|
class="w-100"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col bg-celeste px-[20%] py-[20%]">
|
<div class="flex flex-col justify-evenly bg-celeste px-[20%] py-[20%]">
|
||||||
<IconosLanding class="w-3xl min-w-[20vw] md:max-w-[50%]" />
|
<IconosLanding class="w-3xl min-w-[20vw] md:max-w-[50%]" />
|
||||||
<h2 class="my-[20%] text-[5vmax] leading-none md:my-[10%] md:text-[5vmin]">
|
<h2 class="my-[20%] text-[5vmax] leading-none md:my-[10%] md:text-[5vmin]">
|
||||||
Hackeamos
|
Hackeamos
|
||||||
|
@ -82,7 +82,7 @@ export async function render(data) {
|
||||||
<br />
|
<br />
|
||||||
<strong>equitativa</strong>
|
<strong>equitativa</strong>
|
||||||
</h2>
|
</h2>
|
||||||
<Wave class="mt-4 w-32" />
|
<Wave class="mt-4 min-w-[12%] max-w-[40%] md:max-w-[20%]" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue