aboutsummaryrefslogtreecommitdiff
path: root/src/components/WeatherCurrent.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/WeatherCurrent.svelte')
-rw-r--r--src/components/WeatherCurrent.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/WeatherCurrent.svelte b/src/components/WeatherCurrent.svelte
index ef67171..c5cac3e 100644
--- a/src/components/WeatherCurrent.svelte
+++ b/src/components/WeatherCurrent.svelte
@@ -159,7 +159,7 @@
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-gap: 1rem;
gap: 1rem;
- padding-bottom: 0.5rem;
+ padding-bottom: 1.5rem;
text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}