Skip to content

Commit 944fc10

Browse files
authored
Fix list item bullet point from going outside of parent container (#38)
1 parent cba8f25 commit 944fc10

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/routes/guides/building-a-data-source/+page.svelte

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@
2929
same on all IOXIO Dataspaces, while some might miss the particular data products mentioned here.
3030
</p>
3131
<SectionTitle title="Prerequisites" />
32-
<li>Data that you want to provide.</li>
33-
<li>A data product definition that matches the data you have available.</li>
34-
<li>
35-
Ability to host an API that responds to <em>POST</em> requests on the public internet over the https
36-
protocol.
37-
</li>
32+
<ul>
33+
<li>Data that you want to provide.</li>
34+
<li>A data product definition that matches the data you have available.</li>
35+
<li>
36+
Ability to host an API that responds to <em>POST</em> requests on the public internet over the
37+
https protocol.
38+
</li>
39+
</ul>
3840
<SectionTitle title="Choosing a data definition for your source" />
3941
<p>You can find the available <em>Data definitions</em> in the menu.</p>
4042
<GuideImage compact img={images.DEFINITIONS} />

0 commit comments

Comments
 (0)