diff options
| author | Bobby <[email protected]> | 2022-09-20 22:22:43 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-20 22:22:43 -0400 |
| commit | f807ffcf7101d1022e5057c14316e9aa1680e5bc (patch) | |
| tree | cf7cc231dec7478902d90852ccfe592937b646b7 | |
| parent | 54339995586f41a1f7d728feb61efa6fb98fa323 (diff) | |
| download | thatcomputerscientist-f807ffcf7101d1022e5057c14316e9aa1680e5bc.tar.xz thatcomputerscientist-f807ffcf7101d1022e5057c14316e9aa1680e5bc.zip | |
Fixed comment flex on phones
| -rw-r--r-- | templates/blog/post.html | 2 |
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 %} |
