Skip to content

Commit

Permalink
fix: adjust padding in image styling on sponsor page for better align…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
dada878 committed Jan 22, 2025
1 parent 7d917da commit 0805de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(website)/(pages)/sponsor/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Page() {
</div>
<img
src="https://sitcon.org/2024/website/SITCON_green.svg"
className="mx-auto mb-8 mt-6 w-full max-w-[300px] rounded-lg bg-[#fff] p-3"
className="mx-auto mb-8 mt-6 w-full max-w-[300px] rounded-lg bg-[#fff] p-2"
/>
<p className="my-2">
SITCON 學生計算機年會 (Students’ Information Technology Conference)
Expand Down

0 comments on commit 0805de8

Please sign in to comment.