diff --git a/docs/2_coordinates.md b/docs/2_coordinates.md
index 19ca32906ecb5774219f798ee74407300e6aa646..75f849b9b998e7b61e61f1b9ac74745bf9dffaab 100644
--- a/docs/2_coordinates.md
+++ b/docs/2_coordinates.md
@@ -70,7 +70,7 @@ the angular coordinate $\varphi$ is dimensionless.
 
 <figure markdown>
   ![polarplot](figures/Coordinates_7_0.svg){ width="auto" }
-  <figcaption>In this example of a polar plot, you can distinguish the radial coordinate (0.2, 0.4 etc.) from the angular one expressed in degrees ($0^\circ$, $45^\circ$ etc.).</figcaption>
+  <figcaption>In this example of a polar plot, you can distinguish the radial coordinate $( 0.2, 0.4 \. \text{etc.. })$ from the angular one expressed in degrees $( 0^\circ, 45^\circ \. \text{etc..} )$</figcaption>
 </figure>
 
 
diff --git a/docs/styles/extra.css b/docs/styles/extra.css
new file mode 100644
index 0000000000000000000000000000000000000000..2c2235a8d02824d4fb39eec69bfb63d4d21c6746
--- /dev/null
+++ b/docs/styles/extra.css
@@ -0,0 +1,3 @@
+.figure { display: table; }
+
+.figcaption { display: table-caption; caption-side: bottom ; }
diff --git a/mkdocs.yml b/mkdocs.yml
index b84783d5ce6f52914f4a667318a0727b76c0c4a7..047ae2b427198efeecdf980e58053b2c46622869 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -54,6 +54,7 @@ markdown_extensions:
 extra_css:
   - 'https://use.fontawesome.com/releases/v5.8.1/css/all.css'
   - 'styles/mathjax_overflowfix.css'
+  - 'styles/extra.css'
 
 extra_javascript:
   - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_CHTML'