added div to project image
authorMatthew Owens <matthew@owens.tech>
Fri, 20 Jan 2023 17:01:29 +0000 (17:01 +0000)
committerMatthew Owens <matthew@owens.tech>
Fri, 20 Jan 2023 17:01:29 +0000 (17:01 +0000)
projects.md
style.css

index 0cffeac..687e427 100644 (file)
@@ -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
index 37210ef..c596f55 100644 (file)
--- a/style.css
+++ b/style.css
@@ -42,6 +42,10 @@ hr {
     padding:.2em
 }
 
+.project img {
+       width: 100%;
+}
+
 #post-list-item:hover {
        background-color: #2d2d2d;
 }