From: Matthew Owens <matthew@owens.tech>
Date: Fri, 20 Jan 2023 17:01:29 +0000 (+0000)
Subject: added div to project image
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=d799e4c8f151090fcb0ad60d2d445c24d54cb7cb;p=website.git

added div to project image
---

diff --git a/projects.md b/projects.md
index 0cffeac..687e427 100644
--- a/projects.md
+++ b/projects.md
@@ -4,7 +4,9 @@
 
 #### Lich Lifts
 A bullet hell about stealing souls an getting swole!
-![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts")
+<div class="project">
+    ![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts")
+</div>
 More on: [Twitter](https://twitter.com/AbyssalThistle)
 
 #### Abyssal Thistle
diff --git a/style.css b/style.css
index 37210ef..c596f55 100644
--- a/style.css
+++ b/style.css
@@ -42,6 +42,10 @@ hr {
     padding:.2em
 }
 
+.project img {
+	width: 100%;
+}
+
 #post-list-item:hover {
 	background-color: #2d2d2d;
 }