From 0880317847959fcfaa21241cfce5c7230faa2752 Mon Sep 17 00:00:00 2001
From: Matthew Owens <matthew@owens.tech>
Date: Fri, 20 Jan 2023 17:03:52 +0000
Subject: [PATCH] removed markdown inside div

---
 projects.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/projects.md b/projects.md
index fd14d2f..1eca2db 100644
--- a/projects.md
+++ b/projects.md
@@ -5,9 +5,11 @@
 #### Lich Lifts
 A bullet hell about stealing souls an getting swole!
 <div class="project">
-
-    ![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts")
-
+    <img
+        alt="Lich Lifts Title"
+        src="/assets/lich_lifts_title_slice.png"
+        srcset="/assets/lich_lifts_title_slice.png"
+    />
 </div>
 More on: [Twitter](https://twitter.com/AbyssalThistle)
 
-- 
2.20.1