diff options
author | Eloy Martinez <eloymartinez96@gmail.com> | 2023-02-13 18:39:03 +0100 |
---|---|---|
committer | Eloy Martinez <eloymartinez96@gmail.com> | 2023-02-13 18:39:03 +0100 |
commit | 027e6e5a240b8c622af0c6a7b2916197d3fb6501 (patch) | |
tree | a64a1c17b38e832edea006065e56d59485b45af0 /css/style.css | |
parent | 05f66eb8526c7cb3bde1b1bce8762fb93767ba36 (diff) |
ViewPort cambiado + CSS Mayus
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; +} |