From: Matthew Owens <matthew@owens.tech>
Date: Fri, 20 Jan 2023 18:06:03 +0000 (+0000)
Subject: css fixes
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=151565e7af917642db1828d02bbae3378f6511a1;p=website.git

css fixes
---

diff --git a/projects.md b/projects.md
index 1eca2db..0de2e34 100644
--- a/projects.md
+++ b/projects.md
@@ -2,8 +2,6 @@
 
 ### Active:
 
-#### Lich Lifts
-A bullet hell about stealing souls an getting swole!
 <div class="project">
     <img
         alt="Lich Lifts Title"
@@ -11,6 +9,7 @@ A bullet hell about stealing souls an getting swole!
         srcset="/assets/lich_lifts_title_slice.png"
     />
 </div>
+A bullet hell about stealing souls an getting swole!
 More on: [Twitter](https://twitter.com/AbyssalThistle)
 
 #### Abyssal Thistle
diff --git a/style.css b/style.css
index c596f55..c755dec 100644
--- a/style.css
+++ b/style.css
@@ -42,10 +42,6 @@ hr {
     padding:.2em
 }
 
-.project img {
-	width: 100%;
-}
-
 #post-list-item:hover {
 	background-color: #2d2d2d;
 }
@@ -108,10 +104,17 @@ header h1 {
 #rsslink {
 	float:right
 }
+
 img{
-    display:block;
-    padding:8px;
-    border-radius:4px;
-    margin:auto;
-    max-width:25%
+    display: block;
+    padding: 8px;
+    border-radius: 4px;
+    margin: auto;
+    max-width: 25%;
+}
+
+.project img {
+	width: 100%;
+	max-width: 100%;
 }
+