center tall but narrow images in product pages
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 31 Jul 2019 20:50:06 +0000 (16:50 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 31 Jul 2019 20:50:06 +0000 (16:50 -0400)
commitaa0f7f3dbb374c961fc8184bf600515026804ba0
tree096366f7f971286831c0dd6241295bd37ac6f3a7
parent00e72ccd7b8abe160f652b153100d0e924ab856c
center tall but narrow images in product pages

there should have been a better way to do this that did not depend upon
removing "display: flex". there is even another part of the site where
we use that along with "align-items: center", and that works fine there,
but apparently not here. so i'm adding this workaround.
css/style.css