fix last instructions notes and credits alignment

This commit is contained in:
Ben Wheeler 2019-05-22 12:30:05 -04:00
parent 1af1eec9c0
commit c40422606f
2 changed files with 2 additions and 2 deletions

View file

@ -487,7 +487,7 @@ const PreviewPresentation = ({
</Formsy>
)}
</FormsyProjectUpdater> :
<div className="project-description last">
<div className="project-description">
{decorateText(projectInfo.description, {
usernames: true,
hashtags: true,

View file

@ -466,7 +466,7 @@ $stage-width: 480px;
flex: 1;
}
.project-description.last {
.project-description:last-of-type {
margin-bottom: 0;
}