commit 9bccf491f0d206f03889ba7d3f21e49b2d0fb459 parent cd7ebbb74033bef3fd00fa377b0e35334c6b51c2 Author: Ian <ian@shmage.xyz> Date: Sat, 4 Feb 2023 00:23:27 -0500 Fix margin on lamp Diffstat:
M | layouts/partials/introduction.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/introduction.html b/layouts/partials/introduction.html @@ -11,7 +11,7 @@ <p>Here's some of my work around the web:</p> - <p><img align="left" src="/images/lamp.gif"/></p> + <p><img align="left" style="margin-left: -5px;" src="/images/lamp.gif"/></p> <ul> <li><a href="https://git.shmage.xyz">My git server</a></li>