Skip to content

Commit 246e303

Browse files
Update index.html
1 parent 68e720f commit 246e303

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@
321321
background: rgba(17, 21, 26, 0.94);
322322
}
323323

324+
.demo-frame figcaption code {
325+
overflow-wrap: anywhere;
326+
white-space: normal;
327+
}
328+
324329
.card {
325330
min-height: 214px;
326331
padding: 24px;
@@ -739,14 +744,11 @@ <h1 aria-label="SumoGUIMac"><span class="title-line">Sumo</span><span class="tit
739744
<div class="section-inner">
740745
<div class="section-heading">
741746
<h2>Running live SUMO traffic, not just a mockup.</h2>
742-
<p>
743-
This is the included FlowDemo scenario loaded through SumoGUIMac with live vehicles, lane coloring, playback controls, and inspector metrics visible.
744-
</p>
745747
</div>
746748

747749
<figure class="demo-frame">
748750
<img src="assets/sumoguimac-flowdemo-running.png" alt="SumoGUIMac displaying the FlowDemo intersection with live vehicles, sidebars, inspector, and playback controls">
749-
<figcaption>FlowDemo running from <code>Examples/FlowDemo/flowdemo.sumocfg</code> at 154 seconds with 78 live vehicles.</figcaption>
751+
<figcaption>FlowDemo running from <code>flowdemo.sumocfg</code> at 154 seconds with 78 live vehicles.</figcaption>
750752
</figure>
751753
</div>
752754
</section>

0 commit comments

Comments
 (0)