diff --git a/files/templates/comments.html b/files/templates/comments.html index d867963d4d..077c8563fe 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -564,8 +564,8 @@ - Comment - Cancel + Comment + Cancel
Formatting help
@@ -841,6 +841,12 @@ .smol { font-size: 11.5px; } + + @media (max-width: 768px) { + .commentmob { + margin-top: 0.5rem !important; + } + } \ No newline at end of file