diff --git a/docs/airplanes.html b/docs/airplanes.html new file mode 100644 index 0000000..822ed6c --- /dev/null +++ b/docs/airplanes.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 3ea4fe1..83c4df2 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -3212,11 +3212,15 @@ .highlight-image-container { width: 100%; - height: 250px; + height: 300px; } .highlight-image { width: 100%; + margin: auto; + position: relative; + top: 50%; + transform: translateY(-50%); } #plotly-text-logo { @@ -3229,6 +3233,18 @@ #histogram-viewer-image { aspect-ratio: 5 / 3; + max-height: 300px; +} + +#airplanes-container { + overflow: hidden; + width: fit-content; + margin: auto; +} + +#airplanes { + height: 400px; + width: 605px; } diff --git a/docs/index.html b/docs/index.html index 18581b6..b9fa99f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,25 +92,46 @@

Quickstart