Skip to content

Commit

Permalink
reduce-max-width(Tablets and Large Phones size)
Browse files Browse the repository at this point in the history
  • Loading branch information
vantage-ola committed Nov 26, 2024
1 parent 00a8d87 commit c72d580
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ i.add-comment {
background-image: url(../../images/icons/chat-left-text.svg);
}

@media (max-width: 1024px) {
@media (max-width: 600px) {
.CommentPlugin_AddCommentBox {
display: none;
}
Expand Down Expand Up @@ -164,7 +164,7 @@ i.comments {
transition: opacity 0.2s linear;
}

@media (max-width: 1024px) {
@media (max-width: 600px) {
.CommentPlugin_ShowCommentsButton {
display: none;
}
Expand Down

0 comments on commit c72d580

Please sign in to comment.