some fixes

This commit is contained in:
Linda 2018-09-26 16:39:37 -04:00
parent 532e201f53
commit c18a073e17

View file

@ -154,9 +154,13 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
.comments-container {
min-width: 65%;
max-width: 100%;
flex: 1;
padding-right: 1.5rem;
@media #{$medium-and-small} {
width: 100%;
padding: 0;
}
.comment, .comment-top-row, .comment-bottom-row {