diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss
index c6702f5f327240ae194d8f3612db1d70035269ca..81ef45ff0da5965de23c5c1900c12cf5fde35f03 100644
--- a/src/app/components/shared/comment/comment.component.scss
+++ b/src/app/components/shared/comment/comment.component.scss
@@ -75,6 +75,8 @@ h2 {
   max-height: 120px;
   overflow: hidden;
   text-overflow: ellipsis;
+  padding-left: 2%;
+  padding-right: 2%;
 }
 
 .mat-icon {
@@ -83,4 +85,6 @@ h2 {
 
 #date {
   margin-top: 1.2%;
+  padding-left: 2%;
+  opacity: 0.4;
 }