mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #2994 from benjiwheeler/project-notes-last
fix last instructions notes and credits alignment
This commit is contained in:
commit
bde167c0a9
2 changed files with 2 additions and 2 deletions
|
@ -487,7 +487,7 @@ const PreviewPresentation = ({
|
|||
</Formsy>
|
||||
)}
|
||||
</FormsyProjectUpdater> :
|
||||
<div className="project-description last">
|
||||
<div className="project-description">
|
||||
{decorateText(projectInfo.description, {
|
||||
usernames: true,
|
||||
hashtags: true,
|
||||
|
|
|
@ -466,7 +466,7 @@ $stage-width: 480px;
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.project-description.last {
|
||||
.project-description:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue