diff --git a/components/layout/Comment.tsx/Comment.tsx b/components/layout/Comment.tsx/Comment.tsx index c5c403f7..19e5720a 100644 --- a/components/layout/Comment.tsx/Comment.tsx +++ b/components/layout/Comment.tsx/Comment.tsx @@ -37,6 +37,7 @@ export default function Comment({ +
); } diff --git a/components/layout/Comment.tsx/Commtent.module.scss b/components/layout/Comment.tsx/Commtent.module.scss index 0e1c1011..e0343825 100644 --- a/components/layout/Comment.tsx/Commtent.module.scss +++ b/components/layout/Comment.tsx/Commtent.module.scss @@ -93,8 +93,16 @@ h3 { @include font-style(16px, 400, 24px, var(--gray400)); + text-align: center; } } + + .horizontal-divider { + border-top: 1px solid var(--gray200); + width: 100%; + height: 0px; + margin: 16px 0 24px; + } } /* Tablet Styles */