Commit 2a0a76fb authored by Ben Wheeler's avatar Ben Wheeler

don't use flex-row class to wrap instructions and credits

parent cac7c2ff
......@@ -345,7 +345,7 @@ const PreviewPresentation = ({
</FlexRow>
</FlexRow>
</MediaQuery>
<FlexRow className="description-block">
<div className="description-block">
<div className="project-textlabel">
<FormattedMessage id="project.instructionsLabel" />
</div>
......@@ -385,8 +385,8 @@ const PreviewPresentation = ({
})}
</div>
}
</FlexRow>
<FlexRow className="description-block">
</div>
<div className="description-block">
<div className="project-textlabel">
<FormattedMessage id="project.notesAndCreditsLabel" />
</div>
......@@ -427,7 +427,7 @@ const PreviewPresentation = ({
})}
</div>
}
</FlexRow>
</div>
{/* eslint-enable max-len */}
</FlexRow>
</FlexRow>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment