From d799e4c8f151090fcb0ad60d2d445c24d54cb7cb Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Fri, 20 Jan 2023 17:01:29 +0000 Subject: [PATCH] added div to project image --- projects.md | 4 +++- style.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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") +
+ ![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts") +
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; } -- 2.20.1