From 027e6e5a240b8c622af0c6a7b2916197d3fb6501 Mon Sep 17 00:00:00 2001
From: Eloy Martinez <eloymartinez96@gmail.com>
Date: Mon, 13 Feb 2023 18:39:03 +0100
Subject: ViewPort cambiado + CSS Mayus

---
 css/style.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'css')

diff --git a/css/style.css b/css/style.css
index 50d1abb..459fdec 100644
--- a/css/style.css
+++ b/css/style.css
@@ -61,3 +61,9 @@ footer{
 .graph-line{
   stroke: lightgrey;
 }
+.day-forecast-text p{
+  text-transform: lowercase;
+}
+.day-forecast-text p:first-letter {
+text-transform: uppercase;
+}
-- 
cgit v1.2.3