Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jun 8, 2024
1 parent 2a931b4 commit fe501ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/src/components/sponsors/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { BuilderLogo } from '../svgs/builder-logo';
export const Sponsors = component$(() => {
// the margin tops are to counterract the margin in the builder block
return (
<div class="mb-5 md:mb-20 border-t border-b border-dotted border-[#343434] px-4 mt-[-19px] sm:mt-[-80px]">
<div class="max-w-screen-xl mx-auto flex items-center py-4 md:justify-between justify-center flex-col md:flex-row gap-4">
<span class="font-semibold text-[14px] md:text-base">Special Sponsor</span>
<div class="mb-5 md:mb-20 border-t border-b border-dotted border-[#343434] px-4 mt-[-19px] sm:mt-[-80px] isolate">
<div class="max-w-screen-xl mx-auto flex items-center py-4 md:justify-center justify-center flex-col md:flex-row gap-4 md:gap-8">
<span class="font-semibold text-[14px] md:text-base md:mt-1">Special Sponsor</span>
<a href="https://builder.io/">
<BuilderLogo width={200} height={40} />
</a>
<span class="text-xl md:text-2xl font-bold">Visual Headless CMS</span>
<span class="text-[14px] md:text-base font-semibold md:mt-1">Visual Headless CMS</span>
</div>
</div>
);
Expand Down

0 comments on commit fe501ba

Please sign in to comment.