feat: move width constraints from <main> to section/content level - #86
Merged
Conversation
Co-authored-by: kenjdavidson <6210735+kenjdavidson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update main page styling for full-width content
feat: move width constraints from Mar 13, 2026
<main> to section/content level
kenjdavidson
approved these changes
Mar 13, 2026
kenjdavidson
marked this pull request as ready for review
March 13, 2026 17:17
Owner
|
@copilot can you re-apply this task against the latest main so that I don't need to resolve conflicts? |
Co-authored-by: kenjdavidson <6210735+kenjdavidson@users.noreply.github.com>
Contributor
Author
Done — rebased onto the latest main in commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BaseLayout.astro: remove horizontal constraints from<main>(nowflex-1 w-full py-10)src/pages/index.astro: addmax-w-5xl mx-auto w-full px-4to each<section>(updated for WritingCard/grid from main)src/pages/about.astro: wrap page content inmax-w-5xl mx-auto w-full px-4containersrc/pages/writing/index.astro: wrap page content in container (updated for WritingCard/grid from main)src/pages/projects/index.astro: wrap page content in container (updated for inline project rendering from main)src/pages/404.astro: wrap page content in containersrc/pages/projects/[slug].astro: deleted on main (projects inlined)src/layouts/BlogPostLayout.astro: add container class to<article>src/pages/writing/tags/index.astro: wrap page content in containersrc/pages/writing/tags/[tag].astro: wrap page content in container (updated for WritingCard/grid from main)src/pages/writing/[year]/index.astro: wrap page content in container (updated for WritingCard/grid from main)src/pages/writing/[year]/[month]/index.astro: wrap page content in container (updated for WritingCard/grid from main)Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.