summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-01-25 16:50:57 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-01-25 16:50:57 +0100
commit01a48de05d2c02f24c81dfbe607bd18145f59983 (patch)
tree233574907e3d3b2740b8ce369e122b3d227572e6 /css
parent8bd4ac668a1d7b3ed3bc99f41a28337a6cd31344 (diff)
Add a footer with the future data source
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 1fed4ea..b3a5a60 100644
--- a/css/style.css
+++ b/css/style.css
@@ -36,3 +36,12 @@ body{
.day-forecast-image{
padding: 1em;
}
+
+footer{
+ font-style: italic;
+ font-size: smaller;
+ text-align: right;
+ padding: 0.3rem;
+ margin-right: 1rem;
+ margin-left: 1rem;
+}