aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-20 22:22:43 -0400
committerBobby <[email protected]>2022-09-20 22:22:43 -0400
commitf807ffcf7101d1022e5057c14316e9aa1680e5bc (patch)
treecf7cc231dec7478902d90852ccfe592937b646b7
parent54339995586f41a1f7d728feb61efa6fb98fa323 (diff)
downloadthatcomputerscientist-f807ffcf7101d1022e5057c14316e9aa1680e5bc.tar.xz
thatcomputerscientist-f807ffcf7101d1022e5057c14316e9aa1680e5bc.zip
Fixed comment flex on phones
-rw-r--r--templates/blog/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 96e22fde..a1b669cb 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -20,7 +20,7 @@
<div class="profile-picture">
<img src="https://www.gravatar.com/avatar/{{ comment.avatar }}?s=100" alt="Profile Picture">
</div>
- <div>
+ <div style="max-width: calc(100% - 63px);">
<p class="comment-header">
<a href="#">{{ comment.user.username }}</a> on <em>{{ comment.created_at | date:"M d, Y" }}</em>
{% if comment.edited %}