Fix mobile post title icons being cut off

Remove negative margin on mobile that pushed icons outside viewport.
Reduce icon size from 48px to 32px for better mobile proportions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-17 18:03:07 -04:00
parent 25c22c5d7f
commit 712e893d05
+11
View File
@@ -144,6 +144,17 @@
margin-bottom: 2rem;
}
.post-title-container {
width: 100%;
gap: 0.75rem;
}
.post-title-icon {
margin-left: 0;
width: 32px;
height: 32px;
}
article hr {
width: 100%;
max-width: 100%;