Use proper rotated image over CSS transform

This commit is contained in:
eggy 2022-03-20 17:25:54 -04:00
parent aa9cb423b4
commit 71db3a822f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 KiB

After

Width:  |  Height:  |  Size: 788 KiB

View File

@ -136,7 +136,7 @@ ItemRevealScreen? What's that? Now [WishBanners](https://github.com/potatoeggy/p
At last, though, we have a [proper mobile UI](https://github.com/potatoeggy/primoprod/pull/33).
{% asset_img "mobile-primoprod.png" "transform: rotate(-90deg)" %}
{% asset_img "mobile-primoprod.png" %}
Still some niggles to work out, but it looks "good enough"! With the completion of proper mobile orientation came the merging of the [Android branch](https://github.com/potatoeggy/primoprod/pull/32) made with [Capacitor.js](https://capacitorjs.com/), basically the mobile equivalent of Electron. It has even more niggles than the web version does.