test for updating content width and updating readme

This commit is contained in:
2026-05-31 21:08:40 +00:00
Unverified
parent d9b7aa88d0
commit 42048df602
2 changed files with 10 additions and 3 deletions

View File

@@ -1,10 +1,17 @@
/* --- 1. Global Prose Rules --- */
.article-content.prose {
width: 100%;
max-width: 65ch;
max-width: 85ch;
margin: 0 auto;
}
/* Expand container width for wide elements like iframes */
/* .article-container,
.article-container .container,
main .container {
max-width: 95% !important;
} */
/* --- 2. Absolute Isolation Layout --- */
.single-post-wrapper {
display: flex;