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 = ({ ...@@ -345,7 +345,7 @@ const PreviewPresentation = ({
</FlexRow> </FlexRow>
</FlexRow> </FlexRow>
</MediaQuery> </MediaQuery>
<FlexRow className="description-block"> <div className="description-block">
<div className="project-textlabel"> <div className="project-textlabel">
<FormattedMessage id="project.instructionsLabel" /> <FormattedMessage id="project.instructionsLabel" />
</div> </div>
...@@ -385,8 +385,8 @@ const PreviewPresentation = ({ ...@@ -385,8 +385,8 @@ const PreviewPresentation = ({
})} })}
</div> </div>
} }
</FlexRow> </div>
<FlexRow className="description-block"> <div className="description-block">
<div className="project-textlabel"> <div className="project-textlabel">
<FormattedMessage id="project.notesAndCreditsLabel" /> <FormattedMessage id="project.notesAndCreditsLabel" />
</div> </div>
...@@ -427,7 +427,7 @@ const PreviewPresentation = ({ ...@@ -427,7 +427,7 @@ const PreviewPresentation = ({
})} })}
</div> </div>
} }
</FlexRow> </div>
{/* eslint-enable max-len */} {/* eslint-enable max-len */}
</FlexRow> </FlexRow>
</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