Skip to content

Commit

Permalink
Update results.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyluka17 committed Dec 10, 2024
1 parent 5fe32e0 commit 285f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 style="font-size: 30px; cursor: pointer;" onclick="document.location.href='/
<a href="/set_location?cityname={{ city['name'] }}&country={{ city['country'] }}&latitude={{ city['latitude'] }}&longitude={{ city['longitude'] }}" style="color: white; text-decoration: none;">
<div class="detail-result" style="cursor: pointer;">
<br>
<p class="detail-content" style="color: #B6BBC4;"><img src="https://open-meteo.com/images/country-flags/{{ city['country_code'] }}.svg" width="13px"> {{ city["country"] }}, {{ city["admin1"] }}</p>
<p class="detail-content" style="color: #B6BBC4;"><img src="https://open-meteo.com/images/country-flags/{{ city['country_code'] }}.svg" width="13px" style="margin-bottom: 2px;"> {{ city["country"] }}, {{ city["admin1"] }}</p>
<p class="detail-content" style="font-size: 30px; bottom: 35px;">{{ city["name"] }} {{ city["admin2"] }}</p>
</div>
</a>
Expand Down

0 comments on commit 285f3b5

Please sign in to comment.