diff options
| author | Fuwn <[email protected]> | 2023-09-16 02:19:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-16 02:19:13 -0700 |
| commit | 8726dd648464c1fa56826c5d471a393bf2a7fcb8 (patch) | |
| tree | cbf3a4ae65876285da4e94181dd11cfeff77d043 | |
| parent | fix: image load pops content (diff) | |
| download | startpage-8726dd648464c1fa56826c5d471a393bf2a7fcb8.tar.xz startpage-8726dd648464c1fa56826c5d471a393bf2a7fcb8.zip | |
feat(html): remove weather
| -rw-r--r-- | css/index.css | 3 | ||||
| -rw-r--r-- | 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 { @@ -24,7 +24,9 @@ <div class="content"> <div class="time" id="time"> </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"> |