Skip to content

Commit

Permalink
Update comments.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lgor360 authored Jan 14, 2025
1 parent 3b2bdf2 commit 1eb66c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,12 @@
font-size: 1.2em;
}
.comments {
width: 100%;
}
.comment {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.comment {
min-width: 300px;
border: 1px solid #ccc;
padding: 15px;
Expand Down

0 comments on commit 1eb66c4

Please sign in to comment.