Skip to content

Commit eab1231

Browse files
committed
Aplicar estructura Tailwind CSS Plus: contenedores consistentes y espaciado mejorado
1 parent ac6f987 commit eab1231

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
layout: page
33
title: "Inicio"
44
---
5-
<div class="bg-gradient-to-br from-stone-900 via-stone-800 to-stone-900 jumbotron px-20 py-20 flex overflow-hidden relative">
5+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 -mt-8 -mb-8">
6+
<div class="bg-gradient-to-br from-stone-900 via-stone-800 to-stone-900 rounded-2xl px-8 sm:px-12 lg:px-20 py-16 sm:py-20 lg:py-24 flex overflow-hidden relative">
67
<div class="absolute inset-0 opacity-10">
78
<div class="absolute inset-0" style="background-image: url('/assets/img/pattern.png'); background-repeat: repeat;"></div>
89
</div>
@@ -37,9 +38,10 @@ <h1 class="text-6xl font-bold mb-6 mt-2 leading-tight">
3738
<img src="/images/hero-thumb.png" class="w-full max-w-lg drop-shadow-2xl" />
3839
</div>
3940
</div>
41+
</div>
4042

41-
<section class="bg-white dark:bg-gray-900 py-16">
42-
<div class="max-w-screen-xl px-4 mx-auto">
43+
<section class="bg-white dark:bg-gray-900 py-16 sm:py-20 lg:py-24">
44+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
4345
<div class="text-center mb-12">
4446
<h2 class="text-4xl font-bold text-stone-800 mb-4">Casa de Software desde 2004</h2>
4547
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
@@ -72,8 +74,8 @@ <h3 class="text-2xl font-bold text-stone-900 mb-3">Comunidad Global</h3>
7274
</div>
7375
</section>
7476

75-
<section class="bg-stone-50 py-16">
76-
<div class="max-w-screen-xl px-4 mx-auto">
77+
<section class="bg-stone-50 py-16 sm:py-20 lg:py-24 -mx-4 sm:-mx-6 lg:-mx-8 px-4 sm:px-6 lg:px-8">
78+
<div class="mx-auto max-w-7xl">
7779
<div class="text-center mb-12">
7880
<h2 class="text-4xl font-bold text-stone-900 mb-6">Nuestro Ecosistema</h2>
7981
<p class="text-xl text-stone-800 max-w-3xl mx-auto mb-8">

0 commit comments

Comments
 (0)