aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/BlogSingleLayout.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/BlogSingleLayout.astro
parent329032ae7a7d90acf338ecc3d22920d42d0755cc (diff)
Add taskfile, update workflow dependencies, small tweaks
Diffstat (limited to 'src/layouts/BlogSingleLayout.astro')
-rw-r--r--src/layouts/BlogSingleLayout.astro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/layouts/BlogSingleLayout.astro b/src/layouts/BlogSingleLayout.astro
index 44fe55c..8cbcd45 100644
--- a/src/layouts/BlogSingleLayout.astro
+++ b/src/layouts/BlogSingleLayout.astro
@@ -88,6 +88,7 @@ const schema = {
.tags {
display: inline-flex;
+ flex-direction: row;
list-style: none;
margin: 0;
padding: 0;
@@ -101,7 +102,7 @@ const schema = {
.tags a {
// Estilo de enlace normal, siguiendo los estilos predefinidos en Layout.astro
color: v.$accentDark;
- font-size: 0.85rem;
+ font-size: 0.90rem;
font-family: v.$monoFontStack;
text-decoration: none;
box-shadow: 0 1px v.$accent;
@@ -124,7 +125,7 @@ const schema = {
display: block;
margin-top: -1rem;
margin-bottom: 1.5rem;
- font-size: 0.85rem;
+ font-size: 0.90rem;
color: color.adjust(v.$dark, $lightness: 30%);
}