Skip to content

Commit 91e1b29

Browse files
committed
wrap headings in rows to fix layout problem
1 parent 4132d70 commit 91e1b29

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

index.qmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Below that we offer an additional set of plotting tools for individual data segm
2121

2222
::::
2323

24-
-----
25-
26-
## Segment selection
2724

2825
{{< include components/_load_data.qmd >}}
2926

@@ -52,6 +49,10 @@ d = transpose(data).map(d => ({ ...d, time: new Date(d.time) }))
5249

5350
{{< include components/_style.qmd >}}
5451

52+
::: {.row}
53+
## Segment selection
54+
:::
55+
5556
:::: {.panel-sidebar}
5657

5758
_Use these filters to narrow down the list of segments, and then select an individual segment from this list below to visualize its trajectory and telemetry. The cursor hover text on the map is the segment ID._
@@ -233,9 +234,10 @@ viewof latitude = Inputs.range([-90, 90], {label: "Latitude", step: 1, value: 0}
233234

234235
::::
235236

236-
-----
237237

238+
::: {.row}
238239
## Individual segment trajectory
240+
:::
239241

240242
::: {layout="[[1], [0.5,1]]"}
241243

0 commit comments

Comments
 (0)