Fix footer
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -349,7 +349,7 @@ posthog.capture('$pageview');
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="bg-white py-12">
|
<footer class="bg-white py-12">
|
||||||
<div class="section-shell grid gap-8 md:grid-cols-4">
|
<div class="section-shell grid gap-8 md:grid-cols-[auto_1fr]">
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<img src="/images/logo.svg" alt="" class="h-10 w-10">
|
<img src="/images/logo.svg" alt="" class="h-10 w-10">
|
||||||
@@ -357,23 +357,7 @@ posthog.capture('$pageview');
|
|||||||
</div>
|
</div>
|
||||||
<p class="mt-4 text-sm leading-6 text-muted">Engineering elegance. Software de alto rendimiento diseñado para el futuro corporativo.</p>
|
<p class="mt-4 text-sm leading-6 text-muted">Engineering elegance. Software de alto rendimiento diseñado para el futuro corporativo.</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="md:text-right">
|
||||||
<h3 class="text-sm font-black uppercase tracking-wide text-ink">Compañía</h3>
|
|
||||||
<div class="mt-4 space-y-2 text-sm text-muted">
|
|
||||||
<p>Sobre nosotros</p>
|
|
||||||
<p>Carreras</p>
|
|
||||||
<p>Blog tech</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text-sm font-black uppercase tracking-wide text-ink">Legal</h3>
|
|
||||||
<div class="mt-4 space-y-2 text-sm text-muted">
|
|
||||||
<p>Privacidad</p>
|
|
||||||
<p>Términos</p>
|
|
||||||
<p>Seguridad</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text-sm font-black uppercase tracking-wide text-ink">Contacto</h3>
|
<h3 class="text-sm font-black uppercase tracking-wide text-ink">Contacto</h3>
|
||||||
<div class="mt-4 space-y-2 text-sm text-muted">
|
<div class="mt-4 space-y-2 text-sm text-muted">
|
||||||
<p>Hablemos de tu proyecto</p>
|
<p>Hablemos de tu proyecto</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user