Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
fvalle1 committed May 31, 2024
1 parent 81d5c88 commit e2f2093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>Our network of collaborations</h2>
Explore our network of collaborations. Click on a node to learn more about our partners and the projects we are working on together.
</div>
<div class="mission-network">
<iframe width="100%" height="500em" src="network/network.html" ></iframe>
<iframe width="600px" height="500em" src="network/network.html" ></iframe>
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion network/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -13361,7 +13361,7 @@

<body style="background-color: rgba(255, 255, 255, 0.808);">
<div id="htmlwidget_container">
<div id="htmlwidget" class="forceNetwork html-widget" style="width:1200px;height:500px;">
<div id="htmlwidget" class="forceNetwork html-widget" style="width:800px;height:500px;">
</div>
</div>
<script type="application/json" data-for="htmlwidget">
Expand Down

0 comments on commit e2f2093

Please sign in to comment.