refactor: update Hosting Style. Update card style.

This commit is contained in:
Kentai Radiquum 2024-06-25 03:55:35 +05:00
parent 87e54c4130
commit 1b0fa51ba5
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 18 additions and 31 deletions

View file

@ -100,9 +100,12 @@
<!--noformat-->
</div>
<div class="container max-w-[1440px] mt-14 px-4 py-4">
<h1 class="mb-4 text-4xl font-bold text-gray-800 md:ml-0 dark:text-slate-200">Currently
hosting</h1>
<div class="container max-w-[1440px] mt-16 px-4">
<div class="bg-white rounded-lg shadow dark:bg-gray-800">
<div class="w-full max-w-screen-xl p-4 mb-4">
<h1 class="text-2xl font-bold text-gray-800 dark:text-slate-200">Proudly Hosting</h1>
</div>
</div>
<div class="flex flex-row flex-wrap justify-center gap-2 md:justify-start" id="services">
</div>
</div>