Skip to content

Commit f0a0abc

Browse files
committed
fixing dimensions of side by side network plots
1 parent e8542ba commit f0a0abc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

networks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ Adult card trip network
7373

7474
Youth card trip network vs Adult card trip network
7575

76-
<div style="display: flex; justify-content: space-between;">
7776

78-
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" width="49%" height="600"></iframe>
77+
<div style="display: flex; justify-content: space-between; gap: 10px;">
7978

80-
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" width="49%" height="600"></iframe>
79+
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" style="width: 48%; height: 600px; border: none;"></iframe>
80+
81+
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;"></iframe>
8182

8283
</div>
8384

84-
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" height="500" width="500"></iframe>
8585

8686
Senior card trip network
8787

0 commit comments

Comments
 (0)