commit 4f31400daf06311962ea6e832d213ad2f528f8c9 parent 4e6d7965b6fd2805fa98e2ba6fe15cba47fecac6 Author: Jo Young <> Date: Wed, 18 Feb 2026 11:47:18 +0000 Added explicit sizing for instagram icon Diffstat:
| M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -13,7 +13,7 @@ <h2 style="text-align: center"> Iona <a href="https://www.instagram.com/ionartdn"> - <img style="float:right" src="data:image/avif;base64,M4_AVIF_INSTAGRAM_BASE64" alt=instagram> + <img style="float:right" src="data:image/avif;base64,M4_AVIF_INSTAGRAM_BASE64" width=21 height=29 alt=instagram> </a> </h2> </header>