mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Merge pull request #6449 from mxmou/project-instructions-left-align
Left-align project instructions and notes on medium window widths
This commit is contained in:
commit
af1d42f4fd
1 changed files with 5 additions and 0 deletions
|
@ -482,8 +482,13 @@ $stage-width: 480px;
|
|||
white-space: pre-line;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
text-align: left;
|
||||
flex: 1;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
@media #{$medium-and-smaller} {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.project-description:last-of-type {
|
||||
|
|
Loading…
Reference in a new issue