We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9944d09 commit e8e67f1Copy full SHA for e8e67f1
src/components/SponsorDisplay.astro
@@ -16,7 +16,7 @@ const image = sponsorDisplay[sponsor.id]
16
---
17
18
{ image &&
19
-<section class="space-y-12 pb-6 md:p-6 overflow-hidden">
+<section class="space-y-12 pb-6 overflow-hidden">
20
<Image
21
src={image}
22
alt="Image"
src/components/TwoCols.astro
@@ -1,6 +1,6 @@
1
2
3
- <section class="space-y-12 pb-6 md:p-6">
+ <section class="space-y-12 ">
4
<div class="flex flex-col lg:flex-row-reverse gap-6">
5
<div class="w-full lg:max-w-[400px] lg:sticky lg:top-6 self-start">
6
<slot name="content"/>
0 commit comments