From 8726dd648464c1fa56826c5d471a393bf2a7fcb8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 16 Sep 2023 02:19:13 -0700 Subject: feat(html): remove weather --- css/index.css | 3 ++- index.html | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 7f0ad2e..9f0690e 100644 --- a/css/index.css +++ b/css/index.css @@ -60,7 +60,8 @@ img { .weather { border-bottom: 1px solid var(--color1); padding-bottom: 5px; - margin-bottom: 10px; + margin-bottom: 5px; /* 10 */ + margin-top: 5px; } a { diff --git a/index.html b/index.html index ab8bbdb..a723c72 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,9 @@
 
-
+
+ +