Skip to content

bugfix: sponsor packages page now has the same width as other pages#1529

Open
anorthall wants to merge 1 commit intoEuroPython:ep2026from
anorthall:an/fix-sponsor-page-width
Open

bugfix: sponsor packages page now has the same width as other pages#1529
anorthall wants to merge 1 commit intoEuroPython:ep2026from
anorthall:an/fix-sponsor-page-width

Conversation

@anorthall
Copy link

@anorthall anorthall commented Mar 9, 2026

Previously, the sponsor packages page (/sponsorship/sponsor/) was not the same width as all other content pages (it was narrower and looked odd when navigating between pages).

This was due to MarkdownLayout having different default styling than SectionLayout, the latter of which is used for most pages.

I have fixed it by adding a full parameter to the frontmatter which is then handled in MarkdownLayout via [...slug].astro to allow pages to be full width. The sponsor.mdx page was updated with full: true.

Screenshots

Before

CleanShot 2026-03-09 at 05 18 16@2x

After

CleanShot 2026-03-09 at 05 18 34@2x

Mobile

Designed / layout is unchanged on mobile.

🖼️ Preview available 🖼️ : https://ep-website--1529.org.readthedocs.build/

Previously, the sponsor packages page (`/sponsorship/sponsor/`) was not the same width as all other content pages (it was narrower and looked odd when navigating between pages).

This was due to `MarkdownLayout` having different default styling than `SectionLayout`, the latter of which is used for most pages.

I have fixed it by adding a `full` parameter to the frontmatter which is then handled in `MarkdownLayout` via `[...slug].astro` to allow pages to be full width. The `sponsor.mdx` page was updated with `full: true`.
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.

1 participant