fix margins
This commit is contained in:
parent
552e74e92a
commit
7295d7c9fc
@ -20,6 +20,6 @@
|
||||
|
||||
{% include "partials/ophow.html" %}
|
||||
|
||||
{% include "partials/opcta.html" %}
|
||||
{% include "partials/quote.html" %}
|
||||
|
||||
{% endblock content %}
|
@ -1,4 +1,4 @@
|
||||
<div class="bg-white lg:py-24 py-24">
|
||||
<div class="bg-white lg:py-24 py-16">
|
||||
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<div class="mx-auto max-w-2xl text-center">
|
||||
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
||||
|
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<h1 class="text-3xl sm:text-4xl lg:text-6xl font-bold leading-8 tracking-tight text-white mb-4">OurWorld</h1>
|
||||
<h2 class="text-xl sm:text-2xl text-gray-200">Empowering Self-Sovereign Development</h2>
|
||||
<h2 class="text-xl sm:text-2xl text-gray-200 px-6">Empowering Self-Sovereign Development</h2>
|
||||
<p class="mt-6 text-lg sm:text-xl leading-7 sm:leading-8 text-white font-light mx-4 sm:mx-0">Pioneering an ecosystem where startups can harness emerging technologies to reclaim their sovereignty while prioritizing environmental and social sustainability.</p>
|
||||
<div class="mt-10 flex items-center justify-center gap-x-6">
|
||||
<a href="/about" class="rounded-md bg-black px-3.5 py-2.5 font-semibold text-white shadow-sm hover:bg-hover focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:bg-hover">Learn More</a>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="max-w-screen-xl px-4 mx-auto text-center lg:py-24 py-24 lg:px-6 relative">
|
||||
<div class="max-w-screen-xl px-4 mx-auto text-center lg:pt-24 pt-12 pb-24 lg:px-6 relative">
|
||||
<div class="absolute inset-x-0 top-1/2 -z-10 -translate-y-1/3 transform-gpu overflow-hidden opacity-20 blur-3xl" aria-hidden="true">
|
||||
<div class="ml-[max(50%,38rem)] aspect-[1313/771] w-[82.0625rem] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
||||
</div>
|
||||
@ -18,5 +18,9 @@
|
||||
<br>
|
||||
</div>
|
||||
</figcaption>
|
||||
<div class="mt-12 flex items-center justify-center gap-x-6">
|
||||
<a href="/contact" class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Contact Us</a>
|
||||
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user