diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html index c0ac3e6..e2e4ef3 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 81eadb3..61cf1dc 100644 --- a/web/style.css +++ b/web/style.css @@ -158,7 +158,7 @@ a:visited.wide-link { margin-top: 20px; } -.devlog img { +.devlog-image { width: 90%; max-height: 120px; object-fit: cover;