diff --git a/templates/post.html b/templates/post.html index 8c7fd7e..2c7aee8 100644 --- a/templates/post.html +++ b/templates/post.html @@ -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%;