diff --git a/docs/_static/styles.css b/docs/_static/styles.css index e74306b1..0ee09761 100644 --- a/docs/_static/styles.css +++ b/docs/_static/styles.css @@ -57,3 +57,9 @@ grid-row-start: 3; grid-row-end: 3; } + +.jumbotron-icon{ + font-size: 50px; + margin-top: -0.5rem; + margin-bottom: -0.5rem; +} diff --git a/index.qmd b/index.qmd index 2785770f..53a770c5 100644 --- a/index.qmd +++ b/index.qmd @@ -50,26 +50,32 @@ These docs are structured in accordance with the [Diรกtaxis][diataxis] framework
Want to get up and running with `transport_performance` quickly?
Getting StartedNeed more details on the methods/tools used within `transport_performance`?
ExplanationLooking for instructions on how to get something done (e.g. find input data)?
+ +Looking for guidance on how to get something done (e.g. find input data)?
How-ToInterested in learning how to use `transport_performance` by examples?
TutorialsRequiring a technical reference covering the `transport_performance` API?
API referenceWant to contribute to the development of `transport_performance`?
GitHub