Skip to content

Commit e8e67f1

Browse files
committed
Updated paddings.
1 parent 9944d09 commit e8e67f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/SponsorDisplay.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const image = sponsorDisplay[sponsor.id]
1616
---
1717

1818
{ image &&
19-
<section class="space-y-12 pb-6 md:p-6 overflow-hidden">
19+
<section class="space-y-12 pb-6 overflow-hidden">
2020
<Image
2121
src={image}
2222
alt="Image"

src/components/TwoCols.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
3-
<section class="space-y-12 pb-6 md:p-6">
3+
<section class="space-y-12 ">
44
<div class="flex flex-col lg:flex-row-reverse gap-6">
55
<div class="w-full lg:max-w-[400px] lg:sticky lg:top-6 self-start">
66
<slot name="content"/>

0 commit comments

Comments
 (0)