From 151565e7af917642db1828d02bbae3378f6511a1 Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Fri, 20 Jan 2023 18:06:03 +0000 Subject: [PATCH] css fixes --- projects.md | 3 +-- style.css | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) 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!
Lich Lifts Title
+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%; } + -- 2.20.1