From 596131e7d8a16aa7cacb3628105449c1e01a7e43 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 May 2024 16:17:55 +0200 Subject: [PATCH] use 100% width for devlog images --- web/_includes/devlog_category.html | 2 +- web/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html index e2e4ef3..1ca9eb7 100644 --- a/web/_includes/devlog_category.html +++ b/web/_includes/devlog_category.html @@ -12,7 +12,7 @@ {% else %} {% assign url = post.url | append: post.image %} {% endif %} - Cover image for post {{ post.title }} + Cover image for post {{ post.title }} {% endif %}

{{ post.title }}

{{ post.date | date_to_string }}
diff --git a/web/style.css b/web/style.css index 61cf1dc..c1ec814 100644 --- a/web/style.css +++ b/web/style.css @@ -159,7 +159,6 @@ a:visited.wide-link { } .devlog-image { - width: 90%; max-height: 120px; object-fit: cover; margin-bottom: 10px;