Skip to content

Conversation

mitchazj
Copy link

Description

Fixes a small CSS bug that was causing a layout problem on the overall page (#162). There are other ways to do this, but I'm sticking to small fixes as per this discord message.

Demo (Before)

CleanShot 2025-07-15 at 20 22 53@2x

Demo (After)

CleanShot 2025-07-15 at 20 22 18@2x

@mitchazj mitchazj changed the title Mitchazj repair broken heading Fix - Repair broken overflow on sponsor section Jul 15, 2025
@mitchazj mitchazj force-pushed the mitchazj-repair-broken-heading branch from ffead0f to 1e290e9 Compare July 16, 2025 21:29
@@ -199,7 +199,7 @@ const sponsors = [
<div class="mb-[64px] relative">
<div class="flex items-center mb-6">
<span class="block w-full h-[1px] bg-[#d3d2d6]" />
<span class="text-2xl shrink-0 font-semibold px-5">
<span class="text-2xl shrink-0 font-semibold px-5 max-w-full text-center">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update your commit title to: "sponsors: Repair broken overflow in tier names" instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants