fix padding
This commit is contained in:
parent
850ab4607d
commit
82e45f3003
@ -110,7 +110,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul> #}
|
</ul> #}
|
||||||
<a href="/signup" target="_blank" onclick="window.open(this.href, '_blank'); return false;" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-300 hover:bg-gray-900">Register Now</a>
|
<a href="/signup" onclick="window.open(this.href, '_blank'); return false;" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-300 hover:bg-gray-900">Register Now</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -200,7 +200,7 @@
|
|||||||
</div> #}
|
</div> #}
|
||||||
|
|
||||||
<div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4">
|
<div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4">
|
||||||
<a href="/signup" target="_blank" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Register Now</a><br>
|
<a href="/signup" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Register Now</a><br>
|
||||||
<a href="https://threefold.info/aibox/docs/"
|
<a href="https://threefold.info/aibox/docs/"
|
||||||
class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
|
class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
|
||||||
Docs
|
Docs
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<span id="slides" class="slides"></span>
|
<span id="slides" class="slides"></span>
|
||||||
</h1>
|
</h1>
|
||||||
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
|
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
|
||||||
<a href="{{ button_link }}" target="_blank" class="text-xl font-semibold text-black hover:text-gray-500">
|
<a href="{{ button_link }}" class="text-xl font-semibold text-black hover:text-gray-500">
|
||||||
{{ button_text }} <span aria-hidden="true">→</span>
|
{{ button_text }} <span aria-hidden="true">→</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user