From a582bb58aa1bdff7ef4b605f173d4d5b019121d0 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 4 Jun 2025 15:50:58 +0800 Subject: [PATCH] Added responsive font size adjustment for MiniCard component --- src/components/MiniCard/MiniCard.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/MiniCard/MiniCard.sass b/src/components/MiniCard/MiniCard.sass index de9fc05..970d4f3 100644 --- a/src/components/MiniCard/MiniCard.sass +++ b/src/components/MiniCard/MiniCard.sass @@ -49,3 +49,7 @@ overflow-x: auto text-align: left letter-spacing: 0.5px + // font-family: "Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji", vars.$fontFamily + + @media screen and (max-width: view.$tablet) + font-size: clamp(0.75rem, 1vw, 1rem)