update homepage banner

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2023-11-10 16:05:23 -08:00
parent 061e7da1e3
commit a6c5b99fc0
1 changed files with 4 additions and 4 deletions

View File

@ -46,11 +46,12 @@
<div class="grid grid-cols-1 gap-4 p-6 sm:flex sm:flex-col xl:grid-cols-1"> <div class="grid grid-cols-1 gap-4 p-6 sm:flex sm:flex-col xl:grid-cols-1">
<div <div
class="flex flex-col h-full flex-row gap-2 rounded bg-white p-4 drop-shadow-sm dark:bg-gray-dark-200"> class="flex md:flex-col gap-2 rounded bg-white p-4 drop-shadow-sm dark:bg-gray-dark-200">
<div class="flex items-center gap-4 justify-start"> <div class="flex flex-col gap-4 self-center items-center">
<img class="w-[200px]" src="/assets/images/docker-future.png" /> <img class="w-[200px]" src="/assets/images/docker-future.png" />
</div>
<div class="flex flex-col"> <div class="flex flex-col">
<div class="text-2xl leading-snug text-gray-light-800 dark:text-white"> <div class="text-xl leading-snug text-gray-light-800 dark:text-white">
Shape the future of application development! Shape the future of application development!
</div> </div>
<div class="leading-snug text-gray-light-500 dark:text-gray-dark-700"> <div class="leading-snug text-gray-light-500 dark:text-gray-dark-700">
@ -64,7 +65,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
<div class="flex mx-auto w-[1200px] flex-col gap-4 p-6 lg:w-full"> <div class="flex mx-auto w-[1200px] flex-col gap-4 p-6 lg:w-full">