From 96bfcc6f45e99ef9182b98c29dd657dab2a277c5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 21 Dec 2024 23:30:13 +0100 Subject: [PATCH] slight visual improvements to the devlogs section --- web/_includes/devlog_category.html | 6 +++--- web/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html index a6bd7a8..2018eb9 100644 --- a/web/_includes/devlog_category.html +++ b/web/_includes/devlog_category.html @@ -1,13 +1,13 @@ -
+
{% assign slug = include.tag | slugify %} -

{{ include.emoji }} {{ include.tag }}

+

{{ include.emoji }} {{ include.tag }}

{{ include.description }}

{% assign total = 0 %} {% for post in site.posts %} {%- if post.tags contains include.tag -%} {%- assign total = total | plus: 1 -%} -
6 %}hidden{% endif %}> +
4 %}hidden{% endif %}> {%- if post.image -%} {%- assign start = post.image | slice: 0, 4 -%} {%- if start == "http" -%} diff --git a/web/style.css b/web/style.css index 71bf8f6..e6518ea 100644 --- a/web/style.css +++ b/web/style.css @@ -168,7 +168,7 @@ a:visited.wide-link { } .devlog-category { - margin-top: 20px; + margin-top: 30px; } .devlog-image {