mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
made comments roughly responsive
This commit is contained in:
parent
a94b9d6c84
commit
532e201f53
1 changed files with 13 additions and 1 deletions
|
@ -153,7 +153,19 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
}
|
||||
|
||||
.comments-container {
|
||||
width: 65%;
|
||||
min-width: 65%;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.comment, .comment-top-row, .comment-bottom-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.comment-bubble {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.remix-button,
|
||||
|
|
Loading…
Reference in a new issue