From ec9e4d8c934b0738120befde34c9a76498758a53 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 3 Jan 2024 21:05:01 +0100 Subject: [PATCH] Better font size + weight --- src/components/taCard.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/taCard.astro b/src/components/taCard.astro index 4381aa3..714f19c 100644 --- a/src/components/taCard.astro +++ b/src/components/taCard.astro @@ -89,6 +89,7 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>( .mobile span { font-size: 1.05rem; + font-weight: bold; } article { @@ -131,7 +132,11 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>( } .mobile > h2 { - font-size: 1rem; + font-size: 1.05rem; + } + + .mobile span { + font-size: 0.9rem; } }