Skip to content

Commit 9f05862

Browse files
Merge pull request #52 from Pioreactor/40ml-assembly
40ml assembly
2 parents dbf9fd1 + 8b5bbab commit 9f05862

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+501
-8
lines changed

src/components/AssemblyInstructionBlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function AssemblyInstructionBlock({children, title, images}) {
2626
<div id="mainImage" style={{width: "55%", float: "left", marginRight: "10px"}}>
2727
<h2>{title} <a href={url + "#" + process(title)}>#</a></h2>
2828
<img
29-
maxHeight={240}
29+
style={{maxHeight: 440}}
3030
src={require(`/static/img/${mainImage}`).default}
3131
/>
3232
{images.length > 1 &&
102 KB
6.94 MB
88.4 KB
6.01 MB
129 KB
10.8 MB
109 KB
8.49 MB
151 KB

0 commit comments

Comments
 (0)