@@ -444,19 +444,19 @@ defmodule AlgoraWeb.Org.DashboardLive do
444444 < div class = "w-1/4 px-8 py-8 xl:px-4 2xl:px-8 " >
445445 < div class = "flex items-center gap-2 " >
446446 < div class = "flex items-center gap-2 pb-2 " >
447- < h3 class = "flex items-center gap-4 text-2xl font-semibold text-foreground " >
447+ < h3 class = "flex items-center gap-4 text-xl font-semibold text-foreground " >
448448 Growing your team?
449449 </ h3 >
450450 </ div >
451451 </ div >
452452 < p class = "text-foreground-light mb-4 text-sm 2xl:pr-4 " >
453453 You're in the right place.
454454 </ p >
455- < div class = "pt-4 flex gap-2 " >
455+ < div class = "pt-2 flex gap-2 " >
456456 < . button
457457 navigate = { AlgoraWeb.Constants . get ( :calendar_url ) }
458458 variant = "purple "
459- size = "xl "
459+ size = "lg "
460460 class = "drop-shadow-[0_1px_5px_#c084fc80] "
461461 >
462462 Contact us
@@ -466,29 +466,29 @@ defmodule AlgoraWeb.Org.DashboardLive do
466466 < div class = "w-3/4 my-auto " >
467467 < ul class = "py-8 border-default text-base text-foreground-lighter flex-1 grid grid-cols-3 gap-4 divide-x divide-default " >
468468 < li class = "py-2 flex flex-col items-center justify-center text-center " >
469- < div class = "flex items-center justify-center size-16 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
470- < . icon name = "tabler-world " class = "size-8 text-purple-400 " />
469+ < div class = "flex items-center justify-center size-12 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
470+ < . icon name = "tabler-world " class = "size-6 text-purple-400 " />
471471 </ div >
472- < div class = "pt-4 text-3xl font-semibold font-display " > Publish</ div >
473- < div class = "pt-2 text-base font-medium text-muted-foreground " >
472+ < div class = "pt-2 text-2xl font-semibold font-display " > Publish</ div >
473+ < div class = "pt-1 text-sm font-medium text-muted-foreground " >
474474 Bounties and contracts on Algora
475475 </ div >
476476 </ li >
477477 < li class = "py-2 flex flex-col items-center justify-center text-center " >
478- < div class = "flex items-center justify-center size-16 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
479- < . icon name = "tabler-bolt " class = "size-8 text-purple-400 " />
478+ < div class = "flex items-center justify-center size-12 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
479+ < . icon name = "tabler-bolt " class = "size-6 text-purple-400 " />
480480 </ div >
481- < div class = "pt-4 text-3xl font-semibold font-display " > Match</ div >
482- < div class = "pt-2 text-base font-medium text-muted-foreground " >
481+ < div class = "pt-2 text-2xl font-semibold font-display " > Match</ div >
482+ < div class = "pt-1 text-sm font-medium text-muted-foreground " >
483483 Proven Algora experts
484484 </ div >
485485 </ li >
486486 < li class = "py-2 flex flex-col items-center justify-center text-center " >
487- < div class = "flex items-center justify-center size-16 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
488- < . icon name = "tabler-briefcase " class = "size-8 text-purple-400 " />
487+ < div class = "flex items-center justify-center size-12 bg-purple-400/10 drop-shadow-[0_1px_5px_#c084fc80] rounded-full " >
488+ < . icon name = "tabler-briefcase " class = "size68 text-purple-400 " />
489489 </ div >
490- < div class = "pt-4 text-3xl font-semibold font-display " > Hire</ div >
491- < div class = "pt-2 text-base font-medium text-muted-foreground " >
490+ < div class = "pt-2 text-2xl font-semibold font-display " > Hire</ div >
491+ < div class = "pt-1 text-sm font-medium text-muted-foreground " >
492492 Top 1% OSS engineers
493493 </ div >
494494 </ li >
0 commit comments