Skip to content

Commit

Permalink
Add padding to the weather widget
Browse files Browse the repository at this point in the history
  • Loading branch information
smcepeda committed Oct 4, 2023
1 parent ff999da commit cc19968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
data-size="L"
data-mode="days"
data-location-name="MyLocation"
style="width: 320px"
style="width: 320px; padding: 10px 10px 10px 10px"
></div>
<script type="module" src="/src/main.js"></script>
</body>
Expand Down

0 comments on commit cc19968

Please sign in to comment.