fixes: Fix image alignment on figure and img elements
parent
bde5755297
commit
634fbfcf03
|
@ -26,7 +26,7 @@
|
||||||
Diese befindet sich normalerweise ganz am Ende.
|
Diese befindet sich normalerweise ganz am Ende.
|
||||||
|
|
||||||
<figure class="centerImage">
|
<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 align="center"><em>Bild 1.1 Gerätinfo unter <code>Über das Tablet</code>.</em>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in New Issue