@@ -38,7 +38,7 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
3838 target =" _blank"
3939 rel =" noopener noreferrer"
4040 aria-label =" Software Mansion (opens in a new tab)"
41- class =" flex h-full w-full flex-col gap-4 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 xl:px-14"
41+ class =" flex h-full w-full flex-col gap-0 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 md:gap-4 xl:px-14"
4242 >
4343 <div class =" flex h-20 shrink-0 items-center justify-center" >
4444 <span
@@ -49,7 +49,7 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
4949 />
5050 </div >
5151 <div class =" flex h-20 shrink-0 items-center justify-center" >
52- <p class =" pt-4 text-center font-sans text-body text-black/80 lg:pt-0" >
52+ <p class =" text-center font-sans text-body text-black/80 md:pt-4 lg:pt-0" >
5353 Membrane, Popcorn, LiveDebugger, Legion. Building Elixir tooling
5454 across the whole stack since 2016.
5555 </p >
@@ -63,10 +63,10 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
6363 target =" _blank"
6464 rel =" noopener noreferrer"
6565 aria-label =" Dashbit (opens in a new tab)"
66- class =" flex h-full w-full flex-col gap-4 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 xl:px-14"
66+ class =" flex h-full w-full flex-col gap-0 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 md:gap-4 xl:px-14"
6767 >
6868 <div class =" flex h-20 shrink-0 items-center justify-center" >
69- <div class =" scale-[1.6 ] md:scale-[1.5] lg:scale-[1.2]" >
69+ <div class =" scale-[2 ] md:scale-[1.5] lg:scale-[1.2]" >
7070 <BrandLogo
7171 src ={ dashbitLogo }
7272 alt =" Dashbit"
@@ -76,7 +76,7 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
7676 </div >
7777 </div >
7878 <div class =" flex h-20 shrink-0 items-center justify-center" >
79- <p class =" pt-4 text-center font-sans text-body text-black/80 lg:pt-0" >
79+ <p class =" text-center font-sans text-body text-black/80 md:pt-4 lg:pt-0" >
8080 Creators of Elixir, Livebook, Broadway, Plug, and more. Dashbit
8181 helps companies adopt and grow Elixir in production.
8282 </p >
@@ -90,7 +90,7 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
9090 target =" _blank"
9191 rel =" noopener noreferrer"
9292 aria-label =" Jump (opens in a new tab)"
93- class =" flex h-full w-full flex-col gap-4 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 xl:px-14"
93+ class =" flex h-full w-full flex-col gap-0 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 md:gap-4 xl:px-14"
9494 >
9595 <div class =" flex h-20 shrink-0 items-center justify-center" >
9696 <span
@@ -101,7 +101,7 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
101101 />
102102 </div >
103103 <div class =" flex h-20 shrink-0 items-center justify-center" >
104- <p class =" pt-4 text-center font-sans text-body text-black/80 lg:pt-0" >
104+ <p class =" text-center font-sans text-body text-black/80 md:pt-4 lg:pt-0" >
105105 Trusted AI for advisors and financial professionals. Contributors
106106 to Expert LSP, Quokka, and more.
107107 </p >
0 commit comments