mobile/manual: small style change to fit pictures

This way they don't exceed the page size.

This also removes execute bits from a couple of pictures. That's just wrong...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-02-21 12:42:10 -08:00
parent 74021afd97
commit 68c56751c4
3 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@
*/
* { padding: 0; margin: 0; }
img { border: 0; margin: 15px; }
img { border: 0; margin: 15px; max-width:90% }
/*** Layout ***/

0
Documentation/mobile-images/StatsPanel.jpg Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

0
Documentation/mobile-images/StatsRegression.jpg Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB