From 5b6b6e479f0c164ccc365587c669ea02850743a8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 22:44:11 -0500 Subject: [PATCH] feat: responsive for small screen --- src/components/cards/WeatherCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/WeatherCard.astro b/src/components/cards/WeatherCard.astro index 1369255..747abac 100644 --- a/src/components/cards/WeatherCard.astro +++ b/src/components/cards/WeatherCard.astro @@ -10,7 +10,7 @@ const { dayName, label, icon, temp } = Astro.props; ---
-
+
{dayName}