Skip to content

Commit

Permalink
style: update CSS for comment section
Browse files Browse the repository at this point in the history
  • Loading branch information
myong39 committed Jul 21, 2024
1 parent deb85c1 commit ceda62f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/Comment.tsx/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Comment({
</h4>
</div>
</div>
<div className={styles["horizontal-divider"]}></div>
</div>
);
}
8 changes: 8 additions & 0 deletions components/layout/Comment.tsx/Commtent.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ceda62f

Please sign in to comment.