Browse Source

Update readme file and store assets

Carles Sentis 1 year ago
parent
commit
35989e68f5
1 changed files with 12 additions and 6 deletions
  1. 12 6
      README.md

+ 12 - 6
README.md

@@ -10,11 +10,11 @@ Save a GPS weather location with a custom name.
 
 App translated into 37 languages.
 
-![screenshot_one][screenshot_one]{height=400px width=500px}
-![screenshot_two][screenshot_two]{height=400px width=500px}
-![screenshot_three][screenshot_three]{height=400px width=500px}
-![screenshot_four][screenshot_four]{height=400px width=500px}
-![screenshot_five][screenshot_five]{height=400px width=500px}
+![screenshot_one][screenshot_one]{width=250px}
+![screenshot_two][screenshot_two]{width=250px}
+![screenshot_three][screenshot_three]{width=250px}
+![screenshot_four][screenshot_four]{width=250px}
+![screenshot_five][screenshot_five]{width=250px}
 
 [screenshot_one]: store_assets/Screenshot_20240109_145100.png
 [screenshot_two]: store_assets/Screenshot_20240109_145124.png
@@ -23,4 +23,10 @@ App translated into 37 languages.
 [screenshot_five]: store_assets/Screenshot_20240109_145421.png
 
 Weather data API -> https://open-meteo.com/
-Open Sourced -> https://github.com/codeskraps/Weekly-Weather
+Open Sourced -> https://github.com/codeskraps/Weekly-Weather
+
+<style type="text/css">
+    img {
+        width: 250px;
+    }
+</style>