summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-16 02:19:13 -0700
committerFuwn <[email protected]>2023-09-16 02:19:13 -0700
commit8726dd648464c1fa56826c5d471a393bf2a7fcb8 (patch)
treecbf3a4ae65876285da4e94181dd11cfeff77d043
parentfix: image load pops content (diff)
downloadstartpage-8726dd648464c1fa56826c5d471a393bf2a7fcb8.tar.xz
startpage-8726dd648464c1fa56826c5d471a393bf2a7fcb8.zip
feat(html): remove weather
-rw-r--r--css/index.css3
-rw-r--r--index.html6
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 @@
<div class="content">
<div class="time" id="time">&nbsp;</div>
- <div class="weather" id="weather">
+ <div class="weather"></div>
+
+ <!-- <div class="weather" id="weather">
<div id="weather">
<div id="current-weather">
<ruby><rt></rt></ruby>
@@ -33,7 +35,7 @@
<ruby><rt></rt></ruby>
</div>
</div>
- </div>
+ </div> -->
<div class="links" id="links">
<div class="link-collection">