Replace height with width on screenshot images

On mobile these were lookin funny
This commit is contained in:
Brandon Presley 2022-07-26 12:50:58 +12:00
parent 88cbc1088c
commit 2cc27e11f5
1 changed files with 9 additions and 9 deletions

View File

@ -15,15 +15,15 @@ Massive tracks your reps and sets at the gym. No internet connectivity or high s
# Screenshots
<img src="images/home.png" height="672"/>
<img src="images/edit.png" height="672"/>
<img src="images/timer.png" height="672"/>
<img src="images/plans.png" height="672"/>
<img src="images/plan-edit.png" height="672"/>
<img src="images/best.png" height="672"/>
<img src="images/best-view.png" height="672"/>
<img src="images/settings.png" height="672"/>
<img src="images/drawer.png" height="672"/>
<img src="images/home.png" width="318"/>
<img src="images/edit.png" width="318"/>
<img src="images/timer.png" width="318"/>
<img src="images/plans.png" width="318"/>
<img src="images/plan-edit.png" width="318"/>
<img src="images/best.png" width="318"/>
<img src="images/best-view.png" width="318"/>
<img src="images/settings.png" width="318"/>
<img src="images/drawer.png" width="318"/>
# Building from Source