mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
some fixes
This commit is contained in:
parent
532e201f53
commit
c18a073e17
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue