css fixes
authorMatthew Owens <matthew@owens.tech>
Fri, 20 Jan 2023 18:06:03 +0000 (18:06 +0000)
committerMatthew Owens <matthew@owens.tech>
Fri, 20 Jan 2023 18:06:03 +0000 (18:06 +0000)
projects.md
style.css

index 1eca2db..0de2e34 100644 (file)
@@ -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
index c596f55..c755dec 100644 (file)
--- 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%;
 }
+