mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Adjust formatting of the comment status box
Reduce the width of the comment status paragraphs to make them easier to read. Ensure that the bottom text is still below all other text by making it 100% width.
This commit is contained in:
parent
eac7552841
commit
1afa2a3e33
1 changed files with 2 additions and 0 deletions
|
@ -12,9 +12,11 @@
|
|||
p {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.75rem;
|
||||
max-width: 36rem;
|
||||
}
|
||||
.bottom-text {
|
||||
font-size: .875rem;
|
||||
width: 100%;
|
||||
}
|
||||
.status-icon-class {
|
||||
width: 28px;
|
||||
|
|
Loading…
Reference in a new issue