fix: image stretching, code block, and more

This commit is contained in:
Corbin Crutchley
2023-10-09 01:25:11 -07:00
parent 33178a9790
commit 3c81c0f893
3 changed files with 7 additions and 4 deletions

View File

@@ -182,13 +182,13 @@ Many phones using iOS and Android allow users to change the font size on their m
<div style="display: flex; justify-content: space-around">
<figure>
<img src="./ios_text_size.png" style="height: 300px"/>
<img src="./ios_text_size.png"/>
<figcaption>
iOS font size settings screen
</figcaption>
</figure>
<figure>
<img src="./android_text_size.png" style="height: 300px"/>
<img src="./android_text_size.png"/>
<figcaption>
Android font size settings screen
</figcaption>