aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/BlogListLayout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-24 17:59:54 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-24 17:59:54 +0100
commit9b46a6a20eef6d05b609f87538d5bdb275850b47 (patch)
tree8846780ac59a3f3db7886fbc71b0037d00e7778e /src/layouts/BlogListLayout.astro
parent329032ae7a7d90acf338ecc3d22920d42d0755cc (diff)
Add taskfile, update workflow dependencies, small tweaks
Diffstat (limited to 'src/layouts/BlogListLayout.astro')
-rw-r--r--src/layouts/BlogListLayout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/BlogListLayout.astro b/src/layouts/BlogListLayout.astro
index ed4662c..aa57b2c 100644
--- a/src/layouts/BlogListLayout.astro
+++ b/src/layouts/BlogListLayout.astro
@@ -249,7 +249,7 @@ const schema = {
color: v.$accent;
border: 1px solid v.$accent;
border-radius: 1.5rem;
- font-size: 0.85rem;
+ font-size: 0.90rem;
font-family: v.$monoFontStack;
cursor: pointer;
transition: all 0.2s ease;