Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed May 17, 2024
1 parent 5dcc020 commit 057d849
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import sponsors from "@/config/sponsors.json";

<div class="not-content">
<div class="container mx-auto py-6 text-sm leading-6">
<div class="flex mt-8 max-w-full wwads-cn wwads-horizontal" data-id="135" style="min-height: 0; border-width: 1px; border-radius: 0.5rem"></div>
<div class="flex flex-wrap -mx-4">
<div class="flex max-w-full wwads-cn wwads-horizontal" data-id="135" style="min-height: 0; margin-top: 0;border-width: 1px; border-radius: 0.5rem"></div>
<div class="flex flex-wrap -mx-4 mt-2">
{sponsors.map(sponsor => (
<a href={sponsor.link} class="w-full md:w-1/3 mt-4 px-4 no-underline text-current hover:no-underline" target="_blank">
<figure class="relative flex flex-col-reverse border-2 rounded-lg p-6 dark:bg-slate-800 dark:highlight-white/5 transform transition hover:-translate-y-2.5 h-full">
<figure class="relative flex flex-col-reverse border rounded-lg p-6 dark:bg-slate-800 dark:highlight-white/5 transform transition hover:-translate-y-2.5 h-full">
<blockquote class="mt-6 dark:text-gray-300 flex-1">
<p>{sponsor.description}</p>
</blockquote>
Expand All @@ -27,8 +27,8 @@ import sponsors from "@/config/sponsors.json";
</a>
))}
</div>
<div class="flex justify-center mt-8 transform transition hover:-translate-y-2.5">
<a href="/resources/support" class="border-2 dark:text-slate-50 font-bold py-2 px-8 rounded-full no-underline text-current hover:no-underline">
<div class="flex justify-center mt-5 transform transition hover:-translate-y-2.5">
<a href="/resources/support" class="border dark:text-slate-50 font-bold py-2 px-8 rounded-full no-underline text-current hover:no-underline">
成为赞助商
</a>
</div>
Expand Down

0 comments on commit 057d849

Please sign in to comment.