Skip to content

Commit 6583d44

Browse files
jack-arturoclaude
andcommitted
Fix single post layout to fill available width
Removed the restrictive max-width constraint on .single-post that was causing the content to appear narrow with excessive whitespace. Changed from max-width: 40em to max-width: 100% so the content properly fills the grid column, matching the reference layout at philschmid.de. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7d9bf01 commit 6583d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ button {
15311531

15321532
/* Center: Main content */
15331533
.single-post {
1534-
max-width: 40em;
1534+
max-width: 100%;
15351535
}
15361536

15371537
.single-post .entry-header {

0 commit comments

Comments
 (0)