fixes: Fix image alignment on figure and img elements

repair
Indraprasta Risaldi 2023-11-30 10:39:47 +01:00
parent bde5755297
commit 634fbfcf03
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
Diese befindet sich normalerweise ganz am Ende.
<figure class="centerImage">
<img src="Einrichtung/Android_Einstellungen.png" alt="Gerätinfo" width="500">
<img src="Einrichtung/Android_Einstellungen.png" alt="Gerätinfo" width="500" class="centerImage">
<figcaption align="center"><em>Bild 1.1 Gerätinfo unter <code>Über das Tablet</code>.</em>
</figcaption>
</figure>