mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Director message alignment
This commit is contained in:
parent
528b6a2405
commit
0854825136
1 changed files with 6 additions and 0 deletions
|
@ -197,6 +197,12 @@ a, a:link, a:visited, a:active{
|
|||
max-width: 300px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
p {
|
||||
&:first-of-type{
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media #{$intermediate-and-smaller} {
|
||||
|
|
Loading…
Reference in a new issue