redbadger / esma-website

MIT License
0 stars 0 forks source link

applying flip to both before and after #84

Closed rjkerrison closed 4 years ago

rjkerrison commented 4 years ago

There was a bug with the header on Operational Review where the image was initially loaded flipped, then on refresh flipped back again. This is fixed by flipping both the ::before and ::after elements, as it looks like the ::before is used when the image is already cached and the ::after otherwise.