diff --git a/src/app/comment-list/comment-list.component.scss b/src/app/comment-list/comment-list.component.scss index 0d4877e4dc4ae6d404ac0687f79aa18ea06898c2..d35df22ad6c279c15db5c841614936a961a67f79 100644 --- a/src/app/comment-list/comment-list.component.scss +++ b/src/app/comment-list/comment-list.component.scss @@ -1,6 +1,5 @@ mat-card { min-width: 800px; - justify-content: center; } mat-card-content { diff --git a/src/app/create-comment/create-comment.component.scss b/src/app/create-comment/create-comment.component.scss index 086556915ce665c4afe7ea59451348bd45a53ed2..46f8310b85d4a8e1ff1145663020f66f63ec1c73 100644 --- a/src/app/create-comment/create-comment.component.scss +++ b/src/app/create-comment/create-comment.component.scss @@ -1,5 +1,4 @@ form { min-width: 800px; - justify-content: center; margin-bottom: 50px; }