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:
Sarah Otts 2022-03-03 13:53:49 -05:00 committed by GitHub
commit af1d42f4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {