Fix: Image path for homepage preview and center blog content

- Use absolute path for image (/blog/src/img/...) so homepage preview loads correctly
- Center blog post content with max-width for better readability
This commit is contained in:
dangrubbb
2026-02-28 16:42:56 -05:00
parent 73f6c462f8
commit e5b6d785ed
2 changed files with 4 additions and 2 deletions

View File

@ -256,7 +256,9 @@ a:focus-visible {
color: #9d9aa4;
font-size: 0.95rem;
line-height: 1.6;
margin: 20px 0;
margin: 20px auto;
text-align: center;
max-width: 600px;
}
.blog-post-content p {